[issue18894] In unittest.TestResult.failures remove deprecated fail* methods

2013-09-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +ezio.melotti, michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue18896] Remove namedtuple 255 arguments restriction

2013-09-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18956] Document useful functions in ‘pydoc’ module

2013-09-06 Thread Berker Peksag
Berker Peksag added the comment: Looks like duplicate of issue 7798. > * pydoc.getdoc http://docs.python.org/3.4/library/inspect.html#inspect.getdoc > * pydoc.splitdoc See issue 12916 for inspect.splitdoc. > * pydoc.cram This was rejected in issue 12914. > * pydoc.allmethods This was reje

[issue18936] 2.7 distutils getopt chokes on unicode option names

2013-09-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> eric.araujo components: +Distutils -Library (Lib) nosy: +eric.araujo, tarek title: getopt chokes on unicode option names -> 2.7 distutils getopt chokes on unicode option names ___ Python tracker

[issue18943] argparse: default args in mutually exclusive groups

2013-09-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +bethard ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-06 Thread Eric Snow
Eric Snow added the comment: It is the module that gets removed. I suppose it could say, "...created the module, then that module is subsequently...". Would that help? -- nosy: +eric.snow ___ Python tracker

<    1   2