[Python-Dev] Convention on functions that shadow existing stdlib functions (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed Jul 27 19:44:23 CEST 2011
- Previous message: [Python-Dev] Convention on functions that shadow existing stdlib functions
- Next message: [Python-Dev] Convention on functions that shadow existing stdlib functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7/27/2011 9:24 AM, Antoine Pitrou wrote:
Docstrings are sufficient for own our purposes.
import test.support as t help(t.rmtree) Help on function rmtree in module test.support:
rmtree(path)
;-)
-- Terry Jan Reedy
- Previous message: [Python-Dev] Convention on functions that shadow existing stdlib functions
- Next message: [Python-Dev] Convention on functions that shadow existing stdlib functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]