This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients blakemadden, brett.cannon, georg.brandl
Date 2008-12-09.22:08:55
SpamBayes Score 3.4152195e-06
Marked as misclassified No
Message-id <1228860536.88.0.622840769993.issue4586@psf.upfronthosting.co.za>
In-reply-to
Content
Brett:

> You are probably looking at http://docs.python.org/3.0/ still and that
> only updates when a new release happens.

That is not true, I want it to update continually, like the 2.6 ones,
and have already contacted Neal about it.

Blake:

> Didn't you just have a new release, Python 3?  I thought the website
> said it was a stable release?  The production help for Python 3 is using
> Py_InitModule, which doesn't even exist in the production release of
> Python 3.

Yes. The production help is not without errors, since many changes to
the Python 3 branch haven't been properly documented.

But as said, when all is set up correctly, the docs.python.org/3.0 docs
will update and correct errors such as this one.
History
Date User Action Args
2008-12-09 22:08:56georg.brandlsetrecipients: + georg.brandl, brett.cannon, blakemadden
2008-12-09 22:08:56georg.brandlsetmessageid: <1228860536.88.0.622840769993.issue4586@psf.upfronthosting.co.za>
2008-12-09 22:08:56georg.brandllinkissue4586 messages
2008-12-09 22:08:55georg.brandlcreate