]> granicus.if.org Git - python/commit
Make the word "module" appear in the error string for calling the
authorMichael W. Hudson <mwh@python.net>
Tue, 14 Sep 2004 17:19:09 +0000 (17:19 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 14 Sep 2004 17:19:09 +0000 (17:19 +0000)
commit1fd00a1b7185a6bfb575e3ca0303e5fdc9d24498
tree2f1beb7aa232bc00dae3666b9141be6a22f378c3
parent1593f502e8d0b40242393c44fa24d54f3defe974
Make the word "module" appear in the error string for calling the
module type with silly arguments.  (The exact name can be quibbled
over, if you care).

This was partially inspired by bug #1014215 and so on, but is also
just a good idea.
Objects/moduleobject.c