[issue12668] 3.2 What's New: it's integer->string, not the opposite

2011-10-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the report. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue12668] 3.2 What's New: it's integer->string, not the opposite

2011-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48e0db1cf7e4 by Raymond Hettinger in branch '3.2': Issue 12668: Fix wording in Whatsnew3.2 http://hg.python.org/cpython/rev/48e0db1cf7e4 -- nosy: +python-dev ___ Python tracker

[issue12668] 3.2 What's New: it's integer->string, not the opposite

2011-07-31 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue12668] 3.2 What's New: it's integer->string, not the opposite

2011-07-31 Thread Sandro Tosi
New submission from Sandro Tosi : Hello, following up http://mail.python.org/pipermail/docs/2011-July/005087.html, here's a patch to fix the 3.2 What's New section. -- assignee: docs@python components: Documentation files: whatsnew_3.2_int2str-default.patch keywords: patch messages: 14