[issue14586] TypeError: truncate() takes no keyword arguments

R. David Murray report at bugs.python.org
Mon Apr 16 13:34:36 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

There wouldn't be serious backward incompatibility.  Truncate(0) would still mean the same thing as truncate(size=0).  I don't remember if we treat supporting the keyword form when it is doced that as a bug or not, though, so you might be right that it can't be backported.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14586>
_______________________________________


More information about the Python-bugs-list mailing list