[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2020-03-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch has been applied. -- nosy: +akuchling resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue40017] Please support CLOCK_TAI in the time module.

2020-03-20 Thread Russell Owen
Change by Russell Owen : -- keywords: +patch pull_requests: +18455 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19096 ___ Python tracker ___ ___

[issue21760] inspect documentation describes module type inaccurately

2020-03-20 Thread Furkan Önder
Change by Furkan Önder : -- keywords: +patch nosy: +furkanonder nosy_count: 3.0 -> 4.0 pull_requests: +18457 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19097 ___ Python tracker

[issue40012] Avoid Python 2 documentation to appear in Web search results

2020-03-20 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: See also the approach to use robots.txt https://github.com/python/pythondotorg/issues/1030 -- nosy: +xtreak ___ Python tracker ___

[issue40025] enum: _generate_next_value_ is not called if its definition occurs after calls to auto()

2020-03-20 Thread Ethan Onstott
Change by Ethan Onstott : -- keywords: +patch nosy: +Ethan Onstott nosy_count: 5.0 -> 6.0 pull_requests: +18458 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19098 ___ Python tracker

[issue38945] Remove newline characters from uu encoding methods

2020-03-20 Thread Larry Hastings
Larry Hastings added the comment: New changeset 8835f465fa94f114dcf865429c0410821d365dae by Ned Deily in branch '3.5': bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444) (#17445) https://github.com/python/cpython/commit/8835f465fa94f114dcf86

<    1   2