[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I see. The CHM file includes some old files that weren't cleaned up after the urllib and urllib2 modules were removed. This should be fixed for the coming releases. ___ Python tracker <[EMAIL PROTECTED]>

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread vizcayno
vizcayno <[EMAIL PROTECTED]> added the comment: Ok. In the python 3.0b2 on line documentation that comes with the .msi installer: 1) Search with word urllib and access the fourth line found: "urllib — Open arbitrary resources by URL" 2) Search with word urllib2 and select first line found:

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Yes, but you can also post them here, I'll fix it ASAP. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread vizcayno
vizcayno <[EMAIL PROTECTED]> added the comment: Thanks Georg. Python 3.0b2 on line manual continues indicating with explanation and some examples that import urllib and import urllib2 are valid. Do you recommend me to open another issue about this? Regards.

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is expected. (Most of) the content of Python 2's urllib and urllib2 modules is now in the urllib.request submodule. Look at the documentation in http://docs.python.org/dev/3.0/library/urllib.request for more details. -- nosy: +geo

[issue3408] urllib incomplete and urllib2 does not exist

2008-07-18 Thread vizcayno
New submission from vizcayno <[EMAIL PROTECTED]>: I am under Win XP sp 3: After importing urllib it only shows a few objects when using dir() urllib2 module does not exist. .python Python 3.0b2 (r30b2:65106, Jul 18 2008, 18:44:17) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright",