-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Running separate test test_rot13_func
in test_codecs
fails:
$ ./python -m test -v test_codecs -m test_rot13_func
...
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_codecs.py", line 3572, in test_rot13_func
encodings.rot_13.rot13(infile, outfile)
^^^^^^^^^^^^^^^^
AttributeError: module 'encodings' has no attribute 'rot_13'
CPython versions tested on:
3.11, 3.12, CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error