mirror of https://github.com/python/cpython
Merged revisions 87489 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87489 | eric.araujo | 2010-12-26 03:38:05 +0100 (dim., 26 déc. 2010) | 2 lines Remove unexistent parameter (#3216) ........
This commit is contained in:
parent
5c804ffa6e
commit
c6dc95f5f8
|
@ -353,7 +353,7 @@ Directory Objects
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
||||||
.. class:: Directory(database, cab, basedir, physical, logical, default, component, [componentflags])
|
.. class:: Directory(database, cab, basedir, physical, logical, default, [componentflags])
|
||||||
|
|
||||||
Create a new directory in the Directory table. There is a current component at
|
Create a new directory in the Directory table. There is a current component at
|
||||||
each point in time for the directory, which is either explicitly created through
|
each point in time for the directory, which is either explicitly created through
|
||||||
|
|
Loading…
Reference in New Issue