mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix comment, mode really is used
This commit is contained in:
parent
4f959d2c73
commit
f421e81e41
1 changed files with 1 additions and 1 deletions
|
|
@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666):
|
|||
will be modified by the prevailing umask).
|
||||
|
||||
"""
|
||||
# flag, mode arguments are currently ignored
|
||||
# flag argument is currently ignored
|
||||
return _Database(file, mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue