This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update string description in datamodel.rst
Type: Stage: resolved
Components: Documentation, Unicode Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: eric.araujo, ezio.melotti, lemburg, loewis, python-dev, vstinner
Priority: normal Keywords: needs review, patch

Created on 2011-10-23 22:22 by ezio.melotti, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue13251.diff ezio.melotti, 2011-10-23 22:22 review
issue13251-2.diff ezio.melotti, 2011-10-23 22:38 review
Messages (4)
msg146262 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-23 22:22
The attached patch updates the definition of "String" after PEP 393.
msg146264 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-23 22:38
New patch that doesn't mention surrogates, as suggested by Antoine.
msg146265 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-10-23 22:44
LGTM.
msg146343 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-25 06:23
New changeset 11d18ebb2dd1 by Ezio Melotti in branch 'default':
#13251: update string description in datamodel.rst.
http://hg.python.org/cpython/rev/11d18ebb2dd1
History
Date User Action Args
2022-04-11 14:57:23adminsetgithub: 57460
2011-10-25 06:24:32ezio.melottisetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2011-10-25 06:23:55python-devsetnosy: + python-dev
messages: + msg146343
2011-10-23 22:44:05loewissetmessages: + msg146265
2011-10-23 22:38:54ezio.melottisetfiles: + issue13251-2.diff

messages: + msg146264
2011-10-23 22:22:39ezio.melotticreate