]> granicus.if.org Git - python/commit
Make Py3k warnings consistent w.r.t. punctuation; also respect the
authorGeorg Brandl <georg@python.org>
Tue, 25 Mar 2008 08:29:14 +0000 (08:29 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 25 Mar 2008 08:29:14 +0000 (08:29 +0000)
commitd5b635f1969fdd609f0aff5669c9ec30e61be62e
tree1c854f8108e2b22d8c5ba4d529b6d99cd9f5f244
parent80055f6295dd48274ae68d13806c7ee3c5b5882f
Make Py3k warnings consistent w.r.t. punctuation; also respect the
EOL 80 limit and supply more alternatives in warning messages.
16 files changed:
Doc/whatsnew/2.6.rst
Lib/test/test_py3kwarn.py
Objects/bufferobject.c
Objects/cellobject.c
Objects/codeobject.c
Objects/dictobject.c
Objects/exceptions.c
Objects/listobject.c
Objects/methodobject.c
Objects/object.c
Objects/typeobject.c
Parser/tokenizer.c
Python/ast.c
Python/bltinmodule.c
Python/ceval.c
Python/sysmodule.c