]> 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:52 +0000 (18:35 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 18:35:52 +0000 (18:35 +0000)
commit7bdff2c8e5c648f42ee2b196e320288053dfd53b
treef94e068c43078bb67cf97261529c8e176ccab396
parent8123ef2ec02f34f838d58744a7c54c43be2f3568
Issue #1882: when compiling code from a string, encoding cookies in the
second line of code were not always recognized correctly.
 (backport from rev. 60168)
Lib/test/test_pep263.py
Parser/tokenizer.c