]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix two instances of empty argument lists, and fix style
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 18:45:06 +0000 (18:45 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 18:45:06 +0000 (18:45 +0000)
commit0452d1f316903f0553a0d92e0673ff37247cdfa5
treea4b571be2339a88e22c747784cd82624497585f6
parentba48a3f3fff532ee5bafcf530ea0e4141f5d1df7
Fix two instances of empty argument lists, and fix style
('PyObject** x' -> 'PyObject **x')
Python/exceptions.c