Advertisement
peter9477

help for urllib on python 3.2.3 on windows

May 25th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Python 3.2.3 (default, Apr 11 2012, 07:15:24) [MSC v.1500 32 bit (Intel)] on win32
  2. Type "help", "copyright", "credits" or "license" for more information.
  3. >>> import urllib
  4. >>> help(urllib)
  5. Help on package urllib:
  6.  
  7. NAME
  8. urllib
  9.  
  10. PACKAGE CONTENTS
  11. error
  12. parse
  13. request
  14. response
  15. robotparser
  16.  
  17. FILE
  18. c:\python32\lib\urllib\__init__.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement