aboutsummaryrefslogtreecommitdiff
path: root/lang/python26/files/patch-PyObject_DelItemString
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0cvs2svn2002-01-291-56/+0
| | | | | Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-161-0/+56
Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree Notes: svn path=/head/; revision=53162