[issue30363] Backport warnings in the re module to 2.7

2017-05-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue30363] Backport warnings in the re module to 2.7

2017-05-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 955b6760cfa73c54bae9b6f2b335eb0cd806c7b0 by Serhiy Storchaka in branch '2.7': [2.7] bpo-30363: Backport warnings in the re module. (#1577) https://github.com/python/cpython/commit/955b6760cfa73c54bae9b6f2b335eb0cd806c7b0 -- __

[issue30363] Backport warnings in the re module to 2.7

2017-05-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1670 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30363] Backport warnings in the re module to 2.7

2017-05-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The life of 2.7 is so long that our common practice of releasing one or two versions with warnings before removing a feature or changing the behavior in incompatible way doesn't work. People that will start porting to Python 3 in 2020 will be surprised. P