[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 area of expertise for me though, so I can't say if 
anything substantial has changed for the arguments against it in issue6818 to 
no longer apply. That's partly why I suggested python-ideas or 
discuss.python.org.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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".

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



<    1   2