]> granicus.if.org Git - python/commit
Issue #1882: when compiling code from a string, encoding cookies in the
authorGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 18:35:49 +0000 (18:35 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 18:35:49 +0000 (18:35 +0000)
commit38d1715b0da55238e0c984177848f0005ebc98cf
tree44de5e0473c478ee822fe412455a8fffacd2af7d
parent2bdc48c6e058f00892d006f36f51b3d1c0fcfc43
Issue #1882: when compiling code from a string, encoding cookies in the
second line of code were not always recognized correctly.
Lib/test/test_pep263.py
Parser/tokenizer.c