[issue40175] Add support for removing zip entry in ZipInfo

2020-04-04 Thread Kyle Stanley
Kyle Stanley added the comment: Serhiy Storchaka wrote: > This is a duplicate of issue700858 and issue6818. It probably would have been better to mention it in issue6818, but IMO, those issues have been inactive long enough that it's reasonable to re-address the issue. zipfile is not an

[issue40174] HAVE_CLOCK_GETTIME not repected in pytime.c

2020-04-04 Thread Jérôme
Jérôme added the comment: Hold on, this was the case with Python 3.8.2, but I just checked Github and the code is different! I'll have to check again with HEAD, and sorry if it was fixed! "Drop your panties sir William, I cannot wait till lunchtime". --

[issue40175] Add support for removing zip entry in ZipInfo

2020-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue700858 and issue6818. -- ___ Python tracker ___ ___

[issue40169] `dis.findlabels()` should accept a code object

2020-04-04 Thread laike9m
Change by laike9m : -- type: enhancement -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40169] `dis.findlabels()` should accept a code object

2020-04-04 Thread laike9m
Change by laike9m : -- keywords: +patch pull_requests: +18717 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19356 ___ Python tracker ___

<    1   2