[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset ef057bfb06cae0718e6d708061649d2e3983e2ef by Ned Deily in branch 'master': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) https://github.com/python/cpython/commit/ef057bfb06cae0718e6d708061649d2e3983e2ef -- ___

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset ef057bfb06cae0718e6d708061649d2e3983e2ef by Ned Deily in branch 'master': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) https://github.com/python/cpython/commit/ef057bfb06cae0718e6d708061649d2e3983e2ef -- ___

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +7234 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +7235 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset a73399d5963d6b1639d935968f4a8baa868c39d3 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610) https://github.com/python/cpython/commit/a73399d5963d6b1639d935968f4a8ba

[issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset a73399d5963d6b1639d935968f4a8baa868c39d3 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610) https://github.com/python/cpython/commit/a73399d5963d6b1639d935968f4a8ba

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-10 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +7236 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset 12c6cdf4d16078aa09de32a39193c8161177b39d by Ned Deily in branch 'master': bpo-33745: Add What's New for empty function docstring change. (GH-7611) https://github.com/python/cpython/commit/12c6cdf4d16078aa09de32a39193c8161177b39d -- ___

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +7237 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-10 Thread miss-islington
miss-islington added the comment: New changeset 14a190c88273fb22d9439bbed394f19f21e8a0f9 by Miss Islington (bot) in branch '3.7': bpo-33745: Add What's New for empty function docstring change. (GH-7611) https://github.com/python/cpython/commit/14a190c88273fb22d9439bbed394f19f21e8a0f9 --

[issue33745] 3.7.0b5 changes the line number of empty functions with docstrings

2018-06-10 Thread Ned Deily
Ned Deily added the comment: The 3.7 What's New has been updated as Nick suggested. Thanks, Nick, and thanks, Ned, for bringing it up! -- priority: deferred blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue33825] Change mentions of "magic" attributes to "special"

2018-06-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: Both terms are in common use. There is no need to elide the word "special". -- nosy: +rhettinger ___ Python tracker ___ _

[issue33770] base64 throws 'incorrect padding' exception when the issue is NOT with the padding

2018-06-10 Thread Tal Einat
Tal Einat added the comment: The change is not entirely backward-compatible, so not back-porting before 3.7 seems good to me. IMO this should be closed. -- ___ Python tracker ___

[issue33770] base64 throws 'incorrect padding' exception when the issue is NOT with the padding

2018-06-10 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Python 3.6 ___ Python tracker ___

[issue33687] uu.py calls os.path.chmod which doesn't exist

2018-06-10 Thread Poul-Henning Kamp
Poul-Henning Kamp added the comment: I was just playing with it in a prototype and noticed that it didn't work. -- ___ Python tracker ___ _

[issue30167] site.main() does not work on Python 3.6 and superior if PYTHONSTARTUP is set

2018-06-10 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +7238 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list maili

[issue33578] cjkcodecs missing getstate and setstate implementations

2018-06-10 Thread INADA Naoki
Change by INADA Naoki : -- type: behavior -> enhancement versions: -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker ___ ___ P

[issue33826] enable discovery of class source code in IPython interactively defined classes

2018-06-10 Thread Thomas Viehmann
New submission from Thomas Viehmann : Hello, thank you for Python! In IPython (or Jupyter), `inspect.getsource` is able to retrieve the source code for functions but not classes. The fundamental reason is that for functions, a "filename" (input reference rather) is available via fn.__code__.c

[issue33687] uu.py calls os.path.chmod which doesn't exist

2018-06-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I concur with Martin. If this feature never worked, there is a risk of breaking user code when fix it. Let consider this as adding a new feature in 3.8. For older versions it should be documented that the mode of the output file is not set. And I agree th

[issue33687] uu.py calls os.path.chmod which doesn't exist

2018-06-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: But 'xb' should be used only if out_file is not specified. -- ___ Python tracker ___ ___ Python

<    1   2