Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 970468

Summary: Inconsistent expression in Development section of Fedora 19 release notes
Product: [Retired] Fedora Documentation Reporter: Tian Shixiong <tiansworld>
Component: release-notesAssignee: Pete Travis <me>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: alick9188, me, relnotes, wb8rcr, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-01 06:44:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tian Shixiong 2013-06-04 05:55:42 UTC
Description of problem:
Under Development section,
There is a paragraph:
Python programmers who use the xml ...
<package>PyXML</package> replaced the <function>stdlib</function> code with its own ... code and unmaintained upstream.

I think what the sentence "<package>PyXML</package> replaced the <function>stdlib</function> code with its own" expressing is wrong and inconsistent with previous statement.

<package>PyXML</package> is replaced, not <function>stdlib</function>.

Version-Release number of selected component (if applicable):
Fedora 19 beta

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

Expected results:
It should be changed.
For example, change it to:
<function>stdlib</function> replaced the <package>PyXML</package> code with its own.

Additional info:

Comment 1 Pete Travis 2013-06-04 14:01:23 UTC
You're right, this is confusing. I've made changes to this section to clarify that PyXML was dropped because it replaced good stdlib functions with it's own, less maintained functions and we didn't like that. Thanks!