mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix links to old SF bugs (#95648)
This commit is contained in:
parent
5b6acbaa20
commit
ab8a5beb5f
16 changed files with 23 additions and 23 deletions
|
@ -83,7 +83,7 @@ class GetoptTests(unittest.TestCase):
|
|||
|
||||
# Much like the preceding, except with a non-alpha character ("-") in
|
||||
# option name that precedes "="; failed in
|
||||
# http://python.org/sf/126863
|
||||
# https://bugs.python.org/issue126863
|
||||
opts, args = getopt.do_longs([], 'foo=42', ['foo-bar', 'foo=',], [])
|
||||
self.assertEqual(opts, [('--foo', '42')])
|
||||
self.assertEqual(args, [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue