Re: [Python-Dev] r84456 - python/branches/py3k/Doc/c-api/unicode.rst

2010-09-03 Thread Victor Stinner
Le vendredi 03 septembre 2010 20:07:54, Georg Brandl a écrit : > Please add a "versionadded" tag. Oh no, I always forget this one. Done in r84475. -- Victor Stinner http://www.haypocalc.com/ ___ Python-Dev mailing list Python-Dev@python.org http://mail

Re: [Python-Dev] r84456 - python/branches/py3k/Doc/c-api/unicode.rst

2010-09-03 Thread Georg Brandl
Please add a "versionadded" tag. Georg Am 03.09.2010 18:23, schrieb victor.stinner: > Author: victor.stinner > Date: Fri Sep 3 18:23:29 2010 > New Revision: 84456 > > Log: > Document PyUnicode_AsUnicodeCopy() > > > Modified: >python/branches/py3k/Doc/c-api/unicode.rst > > Modified: pytho