Staging
v0.5.1
https://github.com/python/cpython
Revision b44fb128ae5d9562f00a944e2d22392235073a69 authored by Victor Stinner on 21 November 2016, 15:35:08 UTC, committed by Victor Stinner on 21 November 2016, 15:35:08 UTC
Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by
re.compile(), become comparable (only x==y and x!=y operators). This change
should fix the issue #18383: don't duplicate warning filters when the warnings
module is reloaded (thing usually only done in unit tests).
1 parent a2f7ee8
History
Tip revision: b44fb128ae5d9562f00a944e2d22392235073a69 authored by Victor Stinner on 21 November 2016, 15:35:08 UTC
Implement rich comparison for _sre.SRE_Pattern
Tip revision: b44fb12
File Mode Size
Grammar -rw-r--r-- 6.7 KB

back to top