]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test cases for single quoted strings, both forms of triple quotes,
authorEric Smith <eric@trueblade.com>
Thu, 27 Mar 2008 09:42:35 +0000 (09:42 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 27 Mar 2008 09:42:35 +0000 (09:42 +0000)
commit23a48ad101c2068b546feead99db8b7522402514
tree441737048a19b23b3806ed73ce3031335a45c407
parent81caa790b603735c05193e9a266991dd9cc72bb2
Added test cases for single quoted strings, both forms of triple quotes,
 and some string concatenations.
Removed unneeded __future__ print_function import.
Lib/test/test_future4.py