bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)

This commit is contained in:
Serhiy Storchaka 2022-04-04 10:53:26 +03:00 committed by GitHub
parent 4216dce04b
commit 1578f06c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 26 additions and 24 deletions

View file

@ -234,7 +234,7 @@ if __name__ == "__main__":
*
* Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
*
* See the _sre.c file for information on usage and redistribution.
* See the sre.c file for information on usage and redistribution.
*/
""")