]> granicus.if.org Git - python/commit
I was in this module anyway, so I did some janitorial things.
authorMichael W. Hudson <mwh@python.net>
Thu, 30 Jan 2003 14:17:16 +0000 (14:17 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 30 Jan 2003 14:17:16 +0000 (14:17 +0000)
commit0e986a312fe926b6cdc54437eaf9e5837fda5ead
treeb15d4b03f134662ab23843a18cf6aa5fddf82817
parent796df156cdfa162f47987c37bc102f5c70697e40
I was in this module anyway, so I did some janitorial things.

METH_NOARGS functions are still called with two arguments, one NULL,
so put that back into the function definitions (I didn't know this
until recently).

Make get_history_length() METH_NOARGS.
Modules/readline.c