[issue30625] Documentation is unclear how "y*" and "y#" format units vary

2017-06-16 Thread Martin Panter
Martin Panter added the comment: Issue 24009 proposes deprecating y# (among other units). IMO the documentation and error message aren’t specific enough regarding the reference to “bytes-like”. -- nosy: +martin.panter ___ Python tracker

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2308 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset 6a98a04e21fc3209b2170c3930ce4488e89680e3 by Ned Deily in branch 'master': bpo-30038: add Misc/NEWS entry. (#2258) https://github.com/python/cpython/commit/6a98a04e21fc3209b2170c3930ce4488e89680e3 -- ___ Py

[issue30681] email.utils.parsedate_to_datetime() should return None when date cannot be parsed

2017-06-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Thanks for all the great detailed background, and the suggested approaches. I think there are a couple of constraints that would be good to resolve. * parsedate_to_datetime() is documented as "performing the same function as parsedate()" with an explicit dif

[issue30671] dict: improve lookup function

2017-06-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I totally concur with Tim. Your script test all hash codes in range(1< ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue30565] PEP 538: silence locale coercion and compatibility warnings by default?

2017-06-16 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2309 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30565] PEP 538: silence locale coercion and compatibility warnings by default?

2017-06-16 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +2310 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset 0a794a3256b24ccf57b18ec9964f2367ac1f3d30 by Ned Deily in branch '3.6': bpo-30038: add Misc/NEWS entry. https://github.com/python/cpython/commit/0a794a3256b24ccf57b18ec9964f2367ac1f3d30 -- ___ Python tracke

<    1   2