]> granicus.if.org Git - python/commit
tokenizer.c: make coding markup work again.
authorGuido van Rossum <guido@python.org>
Thu, 7 Jun 2007 00:54:15 +0000 (00:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jun 2007 00:54:15 +0000 (00:54 +0000)
commit9cbfffd1a63ee944dedda758ac1d1963d4cbf3b1
tree80f78198ee6b9b7bd28d1124d62438f7b796c10d
parente7ba4956272a7105ea90dd505f70e5947aa27161
tokenizer.c: make coding markup work again.

io.open() now takes all positional parameters (so we can conveniently
call it from C code).

test_tarfile.py no longer uses u"..." literals, but is otherwise still
badly broken.

This is a checkpoint; some more stuff now breaks.
Lib/io.py
Lib/test/test_tarfile.py
Parser/tokenizer.c