[issue11563] test_urllibnet is triggering a ResourceWarning

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 53c8f2bd0316 by Senthil Kumaran in branch '3.2': Add NEWS for Issue #11563. http://hg.python.org/cpython/rev/53c8f2bd0316 -- ___ Python tracker rep...@bugs.python.org

[issue11282] 3.3 unittest document not kept consist with code

2011-03-19 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: michael.foord - ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11282 ___

[issue11567] http.server error message format

2011-03-19 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Ezio Melotti wrote: This is just nitpicking, but serving XHTML as text/html is wrong. While, I thought this statement is correct and expected the Internet media-type should be something else (application/xhtml+xml), but as per w3c, it

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset ab27f16f707a by R David Murray in branch 'default': #7198: add newlines='' to csv.writer docs. http://hg.python.org/cpython/rev/ab27f16f707a New changeset 959f666470cc by R David Murray in branch 'default': Merge #7198 doc fix.

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-19 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Fixed now. Thanks, and sorry for the delay, and the confusion. -- resolution: accepted - fixed stage: needs patch - committed/rejected ___ Python tracker rep...@bugs.python.org

[issue11567] http.server error message format

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 135a0d7bc4db by Senthil Kumaran in branch '3.1': Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. http://hg.python.org/cpython/rev/135a0d7bc4db -- ___ Python tracker

[issue10050] urllib.request still has old 2.x urllib primitives

2011-03-19 Thread Jeff McNeil
Jeff McNeil j...@jmcneil.net added the comment: Take four! Includes Antoine's suggestions. I changed the callback to return (block num, read size, file size) as opposed to (block num, block size, file size) as this seems to make more sense. I appreciate the back and forth. I'd be happy to

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 6c80ac44ae9c by Victor Stinner in branch 'default': Issue #3080: zipimport has a full unicode suppport http://hg.python.org/cpython/rev/6c80ac44ae9c New changeset b50a0d44545a by Victor Stinner in branch 'default': Issue #3080:

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset f8d6f6797909 by Victor Stinner in branch 'default': Issue #3080: Fix case_ok() using case_bytes() http://hg.python.org/cpython/rev/f8d6f6797909 -- ___ Python tracker

[issue3080] Full unicode import system

2011-03-19 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset dc38c4d65cd9 by Victor Stinner in branch 'default': Issue #3080: Fix call to case_ok() in find_init_module() http://hg.python.org/cpython/rev/dc38c4d65cd9 -- ___ Python tracker

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-19 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Gah, I messed up the push. Now I have to backport the doc fix :( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7198 ___

[issue7198] Extraneous newlines with csv.writer on Windows

2011-03-19 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: skip.montanaro - r.david.murray status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7198 ___

[issue10050] urllib.request still has old 2.x urllib primitives

2011-03-19 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Thanks again. Agree to use of returning the block size to the returnhook callable. But this is going be a deviation from the existing behavior which was present to inform the user at regular intervals and did not bother to provide any

[issue11603] Python crashes or hangs when rebinding __repr__ as __str__

2011-03-19 Thread Andreas Stührk
Andreas Stührk andy-pyt...@hammerhartes.de added the comment: On Sat, Mar 19, 2011 at 12:41 AM, Terry J. Reedy rep...@bugs.python.org wrote: Whether or not this fixes issue ('should' is a bit vague, confirmation is needed) this seems like a good idea. Yes, it fixes the issue. I wrote should

[issue11603] Python crashes or hangs when rebinding __repr__ as __str__

2011-03-19 Thread Andreas Stührk
Changes by Andreas Stührk andy-pyt...@hammerhartes.de: Removed file: http://bugs.python.org/file21283/issue_11603.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11603 ___

[issue11603] Python crashes or hangs when rebinding __repr__ as __str__

2011-03-19 Thread Andreas Stührk
Changes by Andreas Stührk andy-pyt...@hammerhartes.de: Added file: http://bugs.python.org/file21300/issue_11603.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11603 ___

[issue11611] wxPython PropertyGrid Demo error and fix

2011-03-19 Thread Arif Zaman
Arif Zaman arifza...@gmail.com added the comment: Thanks, will do. Arif On Sun, Mar 20, 2011 at 2:35 AM, Ned Deily rep...@bugs.python.org wrote: Ned Deily n...@acm.org added the comment: What demo file are you referring to? If it is something to do with wxPython, you probably want to

[issue11611] wxPython PropertyGrid Demo error and fix

2011-03-19 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- resolution: - invalid stage: - committed/rejected status: open - closed type: compile error - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11611 ___

[issue11612] xml.dom.minidom fail to parse SVG file.

2011-03-19 Thread Campbell Barton
New submission from Campbell Barton ideasma...@gmail.com: python3.2mu -c import xml.dom.minidom ; xml.dom.minidom.parse('gnome-cpu-frequency-applet.svg') --- gives the following traceback Traceback (most recent call last): File string, line 1, in module File

<    1   2