Staging
v0.5.1
https://github.com/python/cpython
Revision 3c60833e1e53f6239825b44f76fa22172feb1790 authored by Christian Heimes on 26 March 2008, 22:01:37 UTC, committed by Christian Heimes on 26 March 2008, 22:01:37 UTC
The new PyParser_*Ex() functions are based on Neal's suggestion and initial patch. The new __future__ feature makes all '' and r'' unicode strings. b'' and br'' stay (byte) strings.
1 parent 0cb3e86
History
Tip revision: 3c60833e1e53f6239825b44f76fa22172feb1790 authored by Christian Heimes on 26 March 2008, 22:01:37 UTC
Patch #2477: Added from __future__ import unicode_literals
Tip revision: 3c60833
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top