Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9900535

Browse files
Update modules removed in Python 3.15 (#361)
1 parentc979aa3 commit9900535

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎tests/sources/python-modules.py‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@
241241
'annotationlib',
242242
])
243243

244+
# https://docs.python.org/3.15/whatsnew/3.15.html
245+
ifsys.version_info>= (3,15):
246+
standard_library.remove('sre_compile')
247+
standard_library.remove('sre_constants')
248+
standard_library.remove('sre_parse')
249+
244250
# Remove tkinter and Easter eggs
245251
excluded_modules= [
246252
'antigravity',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp