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.

classification
Title: Out-of-date example 3.0b1 Tutorial Classes page, 'issubclass'
Type: behavior Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: alexis.layton, georg.brandl, segfaulthunter
Priority: normal Keywords: patch

Created on 2008-07-07 01:00 by alexis.layton, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
classes.txt.patch segfaulthunter, 2008-07-16 21:08 Patch to use float and int as an example instead of unicode and str.
Messages (3)
msg69363 - (view) Author: Alexis Layton (alexis.layton) Date: 2008-07-07 01:00
The bullet example for 'issubclass' should be updated since neither
'unicode' or 'basestring' are valid anymore.
msg69835 - (view) Author: Florian Mayer (segfaulthunter) Date: 2008-07-16 21:08
This patch removes incompatibility to Python 3.0, though it also removes
the "common ancestor" part.
msg69839 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-16 21:21
Committed in r65036, thanks!
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47560
2008-07-16 21:21:39georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg69839
2008-07-16 21:08:58segfaulthuntersetfiles: + classes.txt.patch
nosy: + segfaulthunter
messages: + msg69835
keywords: + patch
2008-07-07 01:00:52alexis.laytoncreate