summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unpack.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-7/+7
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Added some single tuple/list unpacking for JPython regression testing.Barry Warsaw2000-10-121-0/+12
|
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-8/+8
|
* regression test for new sequence unpacking semanticsBarry Warsaw1997-08-251-0/+131