[issue1002] Patch to rename HTMLParser module to lower_case

2008-05-15 Thread Brett Cannon

Brett Cannon [EMAIL PROTECTED] added the comment:

Closing as out of date to try to make the number of PEP 3108 issues more 
manageable. HTMLParser is becoming html.parser in 3.0.

--
resolution:  - out of date
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2008-05-13 Thread Brett Cannon

Brett Cannon [EMAIL PROTECTED] added the comment:

Do note that HTMLParse is slated to become html.parser in 3.0, so these 
patches are out-of-date. They can be used, though, to possibly help all 
references to HTMLParser (although 2to3 should handle that).

--
nosy: +brett.cannon

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-24 Thread Paul F. Dubois

Paul F. Dubois added the comment:

Testing auditor, this change should get this issue assigned to Collin.

--
nosy: +dubois

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-24 Thread Paul F. Dubois

Paul F. Dubois added the comment:

yet another test

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-24 Thread Paul F. Dubois

Changes by Paul F. Dubois:


__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-24 Thread Paul F. Dubois

Changes by Paul F. Dubois:


__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-24 Thread Paul F. Dubois

Paul F. Dubois added the comment:

Hoping I have learned to spell, another test.

--
assignee:  - collinwinter

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-09-02 Thread Martin v. Löwis

Changes by Martin v. Löwis:


--
keywords: +patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-30 Thread Collin Winter

Collin Winter added the comment:

orsenthil: that this will break external modules is completely
acceptable. Those modules won't work out-of-the-box with Python 3
anyway, and hopefully Paul's patch to 2to3 will alleviate some of the
burden.

--
nosy: +collinwinter

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread O.R.Senthil Kumaran

O.R.Senthil Kumaran added the comment:

what is this and other series of patches you have submitted, paulsmith?
I fail to understand. Why is the need for changing Library? You are just
adding up SPAM here.

--
nosy: +orsenthil

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread Paul Smith

Paul Smith added the comment:

I am participating in the Python Sprint here at Google, and was just
going through the Py3k Sprint Tasks spreadsheet, one of them being to
rename standard library modules which use CamelCase to
lower_and_underscore, the more modern naming.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread O.R.Senthil Kumaran

O.R.Senthil Kumaran added the comment:

But your standalone diffs will break things and dependencies with
other modules, so I was worried about them. Are you taking care of them all?

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-23 Thread Paul Smith

New submission from Paul Smith:

HTMLParser is renamed to html_parser.

--
components: Library (Lib)
files: rename-html-parser.diff
messages: 55200
nosy: paulsmith
severity: normal
status: open
title: Patch to rename HTMLParser module to lower_case
versions: Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__

rename-html-parser.diff
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-23 Thread Paul Smith

Paul Smith added the comment:

Patch to 2to3 fix_imports.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1002
__

rename-html-parser-fix-imports.diff
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com