]> granicus.if.org Git - python/commit
fix for
authorMichael W. Hudson <mwh@python.net>
Wed, 31 Oct 2001 18:51:01 +0000 (18:51 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 31 Oct 2001 18:51:01 +0000 (18:51 +0000)
commite2ec3ebcb852923a7ce23122dcd32c341c9416b9
treed007ece748fd93228eff69c331bee3847100d01b
parent2dab9c7d9b16bb64fb97fb687a87df9d1509c359
fix for

[ #476557 ] Wrong error message for file.write(a, b)

Makes file.write a METH_VARARGS function.
Objects/fileobject.c