mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
|
@ -368,7 +368,7 @@ if hasattr(sys, "setdefaultencoding"):
|
|||
def _test():
|
||||
print "sys.path = ["
|
||||
for dir in sys.path:
|
||||
print " %s," % `dir`
|
||||
print " %r," % (dir,)
|
||||
print "]"
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue