mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Revert copy_reg -> copyreg rename.
This commit is contained in:
parent
06d2a2cb0e
commit
dffbf5f542
23 changed files with 83 additions and 94 deletions
|
@ -715,7 +715,7 @@ if _exists("fork"):
|
|||
return p.stdin, p.stdout
|
||||
__all__.append("popen4")
|
||||
|
||||
import copyreg as _copy_reg
|
||||
import copy_reg as _copy_reg
|
||||
|
||||
def _make_stat_result(tup, dict):
|
||||
return stat_result(tup, dict)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue