[issue14974] rename packaging.pypi to packaging.index

2012-06-24 Thread Éric Araujo
Changes by Éric Araujo : -- versions: -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue10968] threading.Timer should be a class so that it can be derived

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: Ping. -- keywords: +needs review stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue14202] The docs of xml.dom.pulldom are almost nonexistent

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: Unassigning; I have to use my Python time for distutils bugs, or doc bugs for modules I actually like (I’m no fan of XML nor DOM :). I would politely insist that doc fixes have to get backported to 2.7 unless it would be really bothersome (like a big change to

[issue11728] mbox parser incorrect behaviour

2012-06-24 Thread Petri Lehtinen
Petri Lehtinen added the comment: Actually, you're right. Sorry for overlooking the RFC. But that said, the RFC itself refers to the same manpage as a reference that's "mostly authoritative for those variations that are otherwise only documented in anecdotal form". So I guess it's quite a goo

[issue14920] help(urllib.parse) fails when LANG=C

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: IMO the right fix would have been to make the docstring a raw string. -- nosy: +eric.araujo ___ Python tracker ___ ___

[issue13698] Mailbox module should support other mbox formats in addition to mboxo

2012-06-24 Thread Petri Lehtinen
Petri Lehtinen added the comment: The default mode for reading mbox files should also be modified a bit to maximize the support fordifferent implementations. See #11728. I think we should still use the mboxo format by default when writing, and the "default" format of RFC 4155 when reading. We

[issue15133] tkinter.BooleanVar.get() behavior and docstring disagree

2012-06-24 Thread Mark Summerfield
Mark Summerfield added the comment: How about a compromise? Deprecate (but keep BooleanVar) and add BoolVar with proper True/False behavior to match the other *Vars? -- ___ Python tracker

<    1   2   3