[issue14568] HP-UX local libraries not included

2012-04-12 Thread Adi Roiban
Adi Roiban added the comment: Hi, There was an error in the patch. Instead of lib_dirs += hpux_path it should be: lib_dirs += [hpux_path] Cheers, -- ___ Python tracker __

[issue13903] New shared-keys dictionary implementation

2012-04-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: Moving the "assigned to" to "nobody". I won't have a chance for a thorough review for another ten days. Hopefully, someone else will have a chance to review it before then. -- assignee: rhettinger -> ___ Pyth

[issue14399] zipfile and creat/update comment

2012-04-12 Thread R. David Murray
R. David Murray added the comment: I mean "with self.assertRaises(TypeError):". -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue14570] Document json "sort_keys" parameter properly

2012-04-12 Thread Nick Coghlan
New submission from Nick Coghlan : The json "sort_keys" parameter is actually supported as an argument to dump() and dumps() (and is used that way in the examples), but is only documented as an argument to the JSONEncoder constructor. -- assignee: docs@python components: Documentation

[issue14538] HTMLParser: parsing error

2012-04-12 Thread Jim Jewett
Jim Jewett added the comment: On Thu, Apr 12, 2012 at 7:26 PM, Ezio Melotti wrote: > If HTMLParser doesn't parse as the HTML5 specs say, > then it's considered a bug. I had thought that was the goal of the html5lib, and that HTMLParser was explicitly aiming at a much reduced model in order to r

[issue14399] zipfile and creat/update comment

2012-04-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > I mean "with self.assertRaises(TypeError):". Thank you, I did not know that the context managers may catch exceptions from the nested block. -- ___ Python tracker ___

[issue14399] zipfile and creat/update comment

2012-04-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > #14399: zipfile now correctly handles comments added to empty zipfiles. This is a wrong description of the issue. On the contrary, the error occurred when adding or changing the comment in a *non-empty* zipfile without adding or changing files. Descriptio

[issue14538] HTMLParser: parsing error

2012-04-12 Thread Ezio Melotti
Ezio Melotti added the comment: HTMLParser is still simpler than html5lib, but if/when possible we are following the HTML5 standard rather than taking arbitrary decisions (like we used to do before HTML5). HTMLParser doesn't claim to be a fully compliant HTML5 parser (and probably never will

[issue14570] Document json "sort_keys" parameter properly

2012-04-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

<    1   2