[issue13528] Rework performance FAQ

2011-12-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Done. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13528] Rework performance FAQ

2011-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset eb30f2becb79 by Antoine Pitrou in branch '3.2': Issue #13528: rework the performance question in the programming FAQ http://hg.python.org/cpython/rev/eb30f2becb79 New changeset 9fe28f52eaaa by Antoine Pitrou in branch 'default': Issue #13528: rewor

[issue13528] Rework performance FAQ

2011-12-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : This is a slimmed down rewrite of the performance question in the FAQ (also moved around to a dedicated subheader). -- assignee: docs@python components: Documentation files: perffaq.patch keywords: patch messages: 148853 nosy: docs@python, pitrou, rh