]> granicus.if.org Git - python/commit
Added descriptor for builtins.open.__doc__
authorChristian Heimes <christian@cheimes.de>
Sat, 8 Dec 2007 17:47:40 +0000 (17:47 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 8 Dec 2007 17:47:40 +0000 (17:47 +0000)
commita33eb06e3b29cc5df520bbb28261bd370f510932
treec5b1b9e1d8e263a3b05f05be0a1f6292b538e372
parent895627ff27aad563b2ae5b272998f17521b6e415
Added descriptor for builtins.open.__doc__
Before the change help(open) didn't return anything helpful but the doc string of io.OpenWrapper. Now it shows the user the documentation of io.open.
Lib/io.py