Issue 3310: Out-of-date example 3.0b1 Tutorial Classes page, 'issubclass' (original) (raw)

Issue3310

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:36 admin set github: 47560
2008-07-16 21:21:39 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-07-16 21:08:58 segfaulthunter set files: + classes.txt.patchnosy: + segfaulthuntermessages: + keywords: + patch
2008-07-07 01:00:52 alexis.layton create