Skip to content

Commit 2b1f62d

Browse files
committed
Clarify comment
1 parent 77b3037 commit 2b1f62d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_future/test_bytes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ def test_mod(self):
588588
589589
The bytes mod code is in _PyBytes_Format() in bytesobject.c in Py3.5.
590590
"""
591+
592+
# XXX Add support for %b!
593+
#
591594
# b = bytes(b'hello, %b!')
592595
# orig = b
593596
# b = b % b'world'

0 commit comments

Comments
 (0)