[Python-3000] Is it possible that some issues reported in the tracker can loose or be deleted?

2007-12-13 Thread Vizcayno
I reported a pair of issues in diferent dates, last one was 3 days ago. However, each time I save and verify the status, it dissapears from the tracker. Why does it occur? Thanks! ___ Python-3000 mailing list [email protected] http://mail.python.org/

[Python-3000] TypeError: expected bytes, str found

2008-04-01 Thread Vizcayno
I am doing some testing using Python r30a3:61161 under command prompt of WinXp SP2. Is this possible to find an explanation about next error? I tried to find the error message in the web but no info exists and, can not isolate or reproduce it. Many, many thanks for your attention. Traceback (most

[Python-3000] Some problems with urllib

2008-06-24 Thread Vizcayno
For Windows XP SP3: .python Python 3.0b1 (r30b1:64403M, Jun 19 2008, 14:56:09) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import urllib >>> opener = urllib.FancyURLopener({}) Traceback (most recent call last): File "", line 1,