[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-18 Thread Troy J. Farrell

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://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-07 Thread Troy J. Farrell

Changes by Troy J. Farrell :


Added file: http://bugs.python.org/file18430/issue5027.py3k.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-07 Thread Troy J. Farrell

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/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-07 Thread Troy J. Farrell

Changes by Troy J. Farrell :


Removed file: http://bugs.python.org/file18409/issue5027.py3k.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-07 Thread Troy J. Farrell

Changes by Troy J. Farrell :


Removed file: http://bugs.python.org/file18408/issue5027.trunk.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-06 Thread Troy J. Farrell

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 new patches with a day.

--

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-05 Thread Troy J. Farrell

Changes by Troy J. Farrell :


Removed file: http://bugs.python.org/file18407/issue5027.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-05 Thread Troy J. Farrell

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.python.org/file18409/issue5027.py3k.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-05 Thread Troy J. Farrell

Changes by Troy J. Farrell :


Added file: http://bugs.python.org/file18408/issue5027.trunk.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-05 Thread Troy J. Farrell

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/issue5027.diff

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2009-12-01 Thread Troy J. Farrell

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://bugs.python.org/file15430/saxutils.issue5027.patch

___
Python tracker 
<http://bugs.python.org/issue5027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6685] CGI module documentation references method 'toupper'; should be 'upper'

2009-08-11 Thread Troy J. Farrell

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 backticks.)

--
assignee: georg.brandl
components: Documentation
messages: 91481
nosy: georg.brandl, troy
severity: normal
status: open
title: CGI module documentation references method 'toupper'; should be 'upper'
type: feature request
versions: Python 2.6, Python 3.2

___
Python tracker 
<http://bugs.python.org/issue6685>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com