[issue1077] itertools missing, causes interactive help to break

2007-10-24 Thread Georg Brandl
Changes by Georg Brandl: -- status: pending -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1077] itertools missing, causes interactive help to break

2007-10-24 Thread Georg Brandl
Changes by Georg Brandl: -- status: open -> pending __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1077] itertools missing, causes interactive help to break

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: -> georg.brandl priority: -> low severity: urgent -> normal __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1077] itertools missing, causes interactive help to break

2007-09-03 Thread Georg Brandl
New submission from Georg Brandl: Python 3.0a1 includes itertools and normally builds it, so the interesting thing would be why it isn't present on your system :) Have you built Python yourself? If so, can you provide build logs and/or error messages? -- nosy: +georg.brandl ___

[issue1077] itertools missing, causes interactive help to break

2007-08-31 Thread Matthew Russell
Changes by Matthew Russell: -- components: Interpreter Core, Library (Lib) files: py3k_bug1.txt severity: urgent status: open title: itertools missing, causes interactive help to break type: behavior versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]>