[issue13715] typo in unicodedata documentation

2012-01-15 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset b4dac315feef by Ezio Melotti in branch '2.7':
#13715: fix typo in unicodedata doc.  Patch by Eli Collins.
http://hg.python.org/cpython/rev/b4dac315feef

New changeset f50ff6dd6b41 by Ezio Melotti in branch '3.2':
#13715: fix typo in unicodedata doc.  Patch by Eli Collins.
http://hg.python.org/cpython/rev/f50ff6dd6b41

New changeset f1408e41e306 by Ezio Melotti in branch 'default':
#13715: merge with 3.2.
http://hg.python.org/cpython/rev/f1408e41e306

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13715
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13715] typo in unicodedata documentation

2012-01-15 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Fixed, thanks for the report and the patch!

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13715
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13715] typo in unicodedata documentation

2012-01-05 Thread Eli Collins

New submission from Eli Collins e...@assurancetechnologies.com:

I noticed a minor typo in the unicodedata.normalize() documentation...

The line reading 'U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C)' 
is not proper unicode, it should be in the reverse order: 'U+0043 (LATIN 
CAPITAL LETTER C) U+0327 (COMBINING CEDILLA)'.

attached is a small patch to fix this.

--
assignee: docs@python
components: Documentation
files: docfix.patch
keywords: patch
messages: 150670
nosy: docs@python, eli.collins
priority: normal
severity: normal
status: open
title: typo in unicodedata documentation
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file24145/docfix.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13715
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13715] typo in unicodedata documentation

2012-01-05 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
assignee: docs@python - ezio.melotti
nosy: +ezio.melotti
stage:  - patch review
type:  - enhancement
versions:  -Python 2.6, Python 3.1, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13715
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com