Advertisement
Guest User

Untitled

a guest
May 17th, 2011
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # clear builtins._
  2. # clear sys.path
  3. # clear sys.argv
  4. # clear sys.ps1
  5. # clear sys.ps2
  6. # clear sys.last_type
  7. # clear sys.last_value
  8. # clear sys.last_traceback
  9. # clear sys.path_hooks
  10. # clear sys.path_importer_cache
  11. # clear sys.meta_path
  12. # clear sys.flags
  13. # clear sys.float_info
  14. # restore sys.stdin
  15. # restore sys.stdout
  16. # restore sys.stderr
  17. # cleanup __main__
  18. # cleanup[1] reprlib
  19. # cleanup[1] site
  20. # cleanup[1] sysconfig
  21. # cleanup[1] io
  22. # cleanup[1] abc
  23. # cleanup[1] token
  24. # cleanup[1] sre_constants
  25. # cleanup[1] sitecustomize
  26. # cleanup[1] keyword
  27. # cleanup[1] traceback
  28. # cleanup[1] weakref
  29. # cleanup[1] _weakrefset
  30. # cleanup[1] linecache
  31. # cleanup[1] tokenize
  32. # cleanup[2] heapq
  33. # cleanup[2] sre_compile
  34. # cleanup[2] _collections
  35. # cleanup[2] locale
  36. # cleanup[2] _sre
  37. # cleanup[2] functools
  38. # cleanup[2] operator
  39. # cleanup[2] encodings
  40. # cleanup[2] copyreg
  41. # cleanup[2] _heapq
  42. # cleanup[2] _weakref
  43. # cleanup[2] posixpath
  44. # cleanup[2] errno
  45. # cleanup[2] re
  46. # cleanup[2] encodings.latin_1
  47. # cleanup[2] collections
  48. # cleanup[2] genericpath
  49. # cleanup[2] stat
  50. # cleanup[2] zipimport
  51. # cleanup[2] _codecs
  52. # cleanup[2] _bisect
  53. # cleanup[2] encodings.utf_8
  54. # cleanup[2] codecs
  55. # cleanup[2] _thread
  56. # cleanup[2] os.path
  57. # cleanup[2] _functools
  58. # cleanup[2] _locale
  59. # cleanup[2] bisect
  60. # cleanup[2] signal
  61. # cleanup[2] _io
  62. # cleanup[2] itertools
  63. # cleanup[2] posix
  64. # cleanup[2] encodings.aliases
  65. # cleanup[2] sre_parse
  66. # cleanup[2] os
  67. # cleanup[2] _abcoll
  68. # cleanup sys
  69. # cleanup builtins
  70. # cleanup floats: 4 unfreed floats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement