[issue2775] Implement PEP 3108

2008-05-11 Thread Andrews Patrick Rocha Medina
Andrews Patrick Rocha Medina <[EMAIL PROTECTED]> added the comment: For to remove the htmllib on Python 3000 is need to removed these files: Lib/htmllib.py Lib/test_htmllib.py And apply this patch Added file: http://bugs.python.org/file10297/htmllib_removed_on_py3

[issue2775] Implement PEP 3108

2008-05-11 Thread Andrews Patrick Rocha Medina
Andrews Patrick Rocha Medina <[EMAIL PROTECTED]> added the comment: I'm working on creating html package with HTMLParser and htmlentitydefs __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2775] Implement PEP 3108

2008-05-11 Thread Andrews Patrick Rocha Medina
Changes by Andrews Patrick Rocha Medina <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10294/deprecated_symtable_on_py26.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-11 Thread Andrews Patrick Rocha Medina
Changes by Andrews Patrick Rocha Medina <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10292/symtable_removed_on_py3k.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-10 Thread Andrews Patrick Rocha Medina
Andrews Patrick Rocha Medina <[EMAIL PROTECTED]> added the comment: The files Python/compile.c and Python/pythonrun.c depends of the _symtable (Python/symtable.c and Include/symtable.h). What I do for remove _symtable in py3k? __ Tracker <[EMAIL

[issue2775] Implement PEP 3108

2008-05-10 Thread Andrews Patrick Rocha Medina
Changes by Andrews Patrick Rocha Medina <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10273/deprecated_symtable_on_py26.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-10 Thread Andrews Patrick Rocha Medina
Andrews Patrick Rocha Medina <[EMAIL PROTECTED]> added the comment: I add deprecated warnings symtable/_symtable in python 2.6 Added file: http://bugs.python.org/file10273/deprecated_symtable_on_py26.patch __ Tracker <[EMAIL PROTECTED]> <http://

[issue2775] Implement PEP 3108

2008-05-10 Thread Andrews Patrick Rocha Medina
Andrews Patrick Rocha Medina <[EMAIL PROTECTED]> added the comment: I'm working on removing symtable/_symtable -- nosy: +andrewsmedina __ Tracker <[EMAIL PROTECTED]> <http://bugs.