This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix for Bug 114333 (only reported bug in minidom)
Type: Stage:
Components: XML Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: prescod Nosy List: fdrake, prescod
Priority: normal Keywords: patch

Created on 2000-09-15 04:55 by prescod, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None prescod, 2000-09-15 04:55 None
Messages (2)
msg34346 - (view) Author: Paul Prescod (prescod) * (Python triager) Date: 2000-09-15 04:55
 
msg34347 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-09-15 13:58
Looks good, check it in.
You should go through the code and transform "func( a, b )" to "func(a, b)", and "x=foo..." to "x = foo..." to conform to the Python style guide (http://www.python.org/doc/essys/styleguide.html).  This should be a separate checkin.
History
Date User Action Args
2022-04-10 16:02:23adminsetgithub: 33121
2000-09-15 04:55:14prescodcreate