]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix error in a docstring where a single quote started the docstring but triple
authorBrett Cannon <bcannon@gmail.com>
Sat, 30 Apr 2005 05:50:19 +0000 (05:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 30 Apr 2005 05:50:19 +0000 (05:50 +0000)
commit53e9a8b9f3ce1514e2106c8a9eff713f84fc42c5
tree3db068bdd5c5a192a7b1db698d09f7051fcc2f39
parentebbffd42f3d96f93b7334ce1c5ea2e6da0a0754f
Fix error in a docstring where a single quote started the docstring but triple
quote ended it.

Closes bug #1192777.  Thanks Christopher Smith.
Lib/test/test_binop.py