Skip to content

Commit 03bdedd

Browse files
committed
Update comments
1 parent 77f1bb2 commit 03bdedd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_grammar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,9 @@ def __getitem__(self, i):
663663
s = a[-5:]
664664
s = a[:-1]
665665
s = a[-4:-3]
666-
# A rough test of SF bug XXX.
666+
# A rough test of SF bug 1333982. http://python.org/sf/1333982
667667
# The testing here is fairly incomplete.
668+
# Test cases should include: commas with 1 and 2 colons
668669
d = {}
669670
d[1] = 1
670671
d[1,] = 2

0 commit comments

Comments
 (0)