[issue19405] Fix outdated comments in the _sre module

2013-10-26 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
assignee: docs@python -> serhiy.storchaka
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19405] Fix outdated comments in the _sre module

2013-10-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b7f71babc622 by Serhiy Storchaka in branch '2.7':
Issue #19405: Fixed outdated comments in the _sre module.
http://hg.python.org/cpython/rev/b7f71babc622

New changeset 220e3e40d176 by Serhiy Storchaka in branch '3.3':
Issue #19405: Fixed outdated comments in the _sre module.
http://hg.python.org/cpython/rev/220e3e40d176

New changeset d6f427f94d85 by Serhiy Storchaka in branch 'default':
Issue #19405: Fixed outdated comments in the _sre module.
http://hg.python.org/cpython/rev/d6f427f94d85

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19405] Fix outdated comments in the _sre module

2013-10-26 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

In 2.7 SRE_CODE is 32-bit too (since issue1160). Only last chunk in 
Lib/sre_compile.py patch shouldn't apply to 2.7.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19405] Fix outdated comments in the _sre module

2013-10-26 Thread Antoine Pitrou

Antoine Pitrou added the comment:

Looks good to me, except that it probably shouldn't apply to 2.7 (does it?).

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19405] Fix outdated comments in the _sre module

2013-10-26 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

The _sre module contains comments which refers to 16-bit SRE_CODE. Now SRE_CODE 
is 32-bit.

Antoine partially reviewed this change in issue19329.

--
assignee: docs@python
components: Documentation, Regular Expressions
files: sre_comments.patch
keywords: patch
messages: 201330
nosy: docs@python, ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix outdated comments in the _sre module
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32368/sre_comments.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com