We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71eb91 commit ff6c5baCopy full SHA for ff6c5ba
Doc/whatsnew/3.15.rst
@@ -229,7 +229,7 @@ sre_*
229
-----
230
231
* Removed :mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules.
232
- (Contributed by Stan Ulbrych in :gh:``.)
+ (Contributed by Stan Ulbrych in :gh:`135994`.)
233
234
235
http.server
Lib/test/test_pyclbr.py
@@ -11,7 +11,6 @@
11
import pyclbr
12
from unittest import TestCase, main as unittest_main
13
from test.test_importlib import util as test_importlib_util
14
-import warnings
15
16
17
StaticMethodType = type(staticmethod(lambda: None))
Lib/test/test_re.py
@@ -5,7 +5,6 @@
5
import locale
6
import re
7
import string
8
-import sys
9
import unittest
10
import warnings
from re import Scanner
0 commit comments