projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f1bb2
)
Update comments
author
Neal Norwitz
<nnorwitz@gmail.com>
Tue, 28 Feb 2006 17:53:58 +0000
(17:53 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Tue, 28 Feb 2006 17:53:58 +0000
(17:53 +0000)
Lib/test/test_grammar.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_grammar.py
b/Lib/test/test_grammar.py
index b7c2a23637ea5e142a8d93b2faec20247fa186d3..5b20ab3d06c143ab2a23a3905c97aa38d0191a81 100644
(file)
--- a/
Lib/test/test_grammar.py
+++ b/
Lib/test/test_grammar.py
@@
-663,8
+663,9
@@
s = a[:]
s = a[-5:]
s = a[:-1]
s = a[-4:-3]
-# A rough test of SF bug
XXX.
+# A rough test of SF bug
1333982. http://python.org/sf/1333982
# The testing here is fairly incomplete.
+# Test cases should include: commas with 1 and 2 colons
d = {}
d[1] = 1
d[1,] = 2