| commit | 189f1df3018885335bc9e719a96e891e3812ce1a | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue May 01 16:51:53 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue May 01 16:51:53 2001 +0000 |
| tree | 521ebb6d80e8319b76ebc52a4958a0301a2e5c1d | |
| parent | 09e563abb450ab9978c9fd7589a8c88e12c60c21 [diff] |
Add a proper implementation for the tp_str slot (returning self, of course), so I can get rid of the special case for strings in PyObject_Str().