8000 bpo-47152: Convert the re module into a package by serhiy-storchaka · Pull Request #32177 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-47152: Convert the re module into a package #32177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 2, 2022
Prev Previous commit
Next Next commit
Update Lib/re/sre_compile.py
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
  • Loading branch information
serhiy-storchaka and arhadthedev authored Mar 30, 2022
commit 9abbc7015ec9806843b8996c9eb08bd8c2abb037
2 changes: 1 addition & 1 deletion Lib/re/sre_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
#
# See the sre.py file for information on usage and redistribution.
# See the re.py file for information on usage and redistribution.
#

"""Internal support module for sre"""
Expand Down
0