]> granicus.if.org Git - python/commit
Issue #17516: use comment syntax for comments, instead of multiline string
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 26 Mar 2013 00:11:54 +0000 (01:11 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 26 Mar 2013 00:11:54 +0000 (01:11 +0100)
commit765531d2d083c7a4e9478fcd960eebe04ac6b192
tree5bbaa431016613dcbe05081e2ab29aed2f36fd6a
parent1f8898a5916b942c86ee8716c37d2db388e7bf2f
Issue #17516: use comment syntax for comments, instead of multiline string
Lib/ctypes/__init__.py
Lib/ctypes/test/test_internals.py
Lib/ctypes/test/test_macholib.py
Lib/datetime.py
Lib/email/_header_value_parser.py
Lib/importlib/_bootstrap.py
Lib/logging/handlers.py
Lib/pickletools.py
Lib/test/test_getargs2.py
Lib/xml/etree/ElementTree.py
Tools/scripts/reindent.py