Troy J. Farrell added the comment:
Hi guys.
I'd like to take a moment to remind everyone that this issue has a small patch
with two tests and comments. Please don't let it get lost. :)
Thanks,
Troy
--
___
Python tracker
<http://bu
Changes by Troy J. Farrell :
Added file: http://bugs.python.org/file18430/issue5027.py3k.diff
___
Python tracker
<http://bugs.python.org/issue5027>
___
___
Python-bug
Troy J. Farrell added the comment:
I'm attaching new patches for 2.7 and 3.2, now with comments. :)
--
Added file: http://bugs.python.org/file18429/issue5027.py27.diff
___
Python tracker
<http://bugs.python.org/i
Changes by Troy J. Farrell :
Removed file: http://bugs.python.org/file18409/issue5027.py3k.diff
___
Python tracker
<http://bugs.python.org/issue5027>
___
___
Python-bug
Changes by Troy J. Farrell :
Removed file: http://bugs.python.org/file18408/issue5027.trunk.diff
___
Python tracker
<http://bugs.python.org/issue5027>
___
___
Python-bug
Troy J. Farrell added the comment:
I figured it was probably too late, but one can always hope. :)
While you sort out who gets to review this, I'll see if I can't work out a
patch for 2.7. It also occurred to me last night that I should probably add a
comment to it. Look for n
Changes by Troy J. Farrell :
Removed file: http://bugs.python.org/file18407/issue5027.diff
___
Python tracker
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list m
Troy J. Farrell added the comment:
I've created tests and patches for the trunk and branches/py3k. The only
difference between the two is the use of u'' for a Unicode string in the trunk.
(IIRC, Py3k treats all strings as Unicode.)
--
Added file: http://bugs.pytho
Changes by Troy J. Farrell :
Added file: http://bugs.python.org/file18408/issue5027.trunk.diff
___
Python tracker
<http://bugs.python.org/issue5027>
___
___
Python-bug
Troy J. Farrell added the comment:
I've attached a patch against branches/py3k that tests and fixes the issue.
I don't suppose this fix (if I backport it) could make it into 2.6.6, could it?
--
Added file: http://bugs.python.org/file18407/issu
Troy J. Farrell added the comment:
I've duplicated the issue and the fix using Python 2.6.2. I'm attaching
Soren Roug's fix in patch form. (I created the patch against r53754 of
saxutils.py.)
--
keywords: +patch
nosy: +troy
versions: +Python 2.6
Added file: http://
New submission from Troy J. Farrell :
The cgi module references a method 'toupper' on strings which should
really reference 'upper'. The line is around 211 of cgi.txt, depending
on the version of the documentation. Search for "`toupper`", (include
the ba
12 matches
Mail list logo