[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-19 Thread Georg Brandl
Georg Brandl added the comment: Applied (minus the warning) in r76890. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: -> normal stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-13 Thread flox
Changes by flox : Added file: http://bugs.python.org/file15548/py3k_doc_faq_warnings.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-13 Thread flox
Changes by flox : Removed file: http://bugs.python.org/file15547/py3k_doc_faq_warnings.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue7500] doc: add warnings for FAQ which may not be accurate

2009-12-13 Thread flox
New submission from flox : I reviewed some FAQ documents: issue7493, issue7495 and issue7499 But other documents may be inaccurate. We may add a warning at the top of these documents, until someone volunteer to review them. Patch attached. -- assignee: georg.brandl components: Document