Issue 4527: Obsolete 'string or unicode' in fractions doc

Issue4527

Created on 2008-12-04 17:13 by terry.reedy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76898 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2008-12-04 17:13
"The last version of the constructor expects a string or unicode
instance in one of two possible forms. "

Delete 'or unicode' (bytes do not work). Doc string is ok.
msg76905 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-04 18:19
Fixed in r67525.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48777
2008-12-04 18:19:56georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg76905
2008-12-04 17:13:28terry.reedycreate