mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Closes #23956: Merge with 3.4
This commit is contained in:
commit
cadbab295d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class NullImporter:
|
||||||
|
|
||||||
class _HackedGetData:
|
class _HackedGetData:
|
||||||
|
|
||||||
"""Compatibiilty support for 'file' arguments of various load_*()
|
"""Compatibility support for 'file' arguments of various load_*()
|
||||||
functions."""
|
functions."""
|
||||||
|
|
||||||
def __init__(self, fullname, path, file=None):
|
def __init__(self, fullname, path, file=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue