mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
context is keyword-only
This commit is contained in:
parent
c1da3d1ed8
commit
b7138e24e3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ between conformable Python objects and XML on the wire.
|
|||
|
||||
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
|
||||
allow_none=False, use_datetime=False, \
|
||||
use_builtin_types=False, context=None)
|
||||
use_builtin_types=False, *, context=None)
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
The *use_builtin_types* flag was added.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue