Skip to content

Commit 5856c3e

Browse files
committed
doc: note local() encoding arg added in v1.19
1 parent affd6a1 commit 5856c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fabric/operations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,9 @@ def local(command, capture=False, shell=None, pty=True, encoding='utf-8'):
11831183
11841184
.. versionadded:: 1.15
11851185
The ``pty`` argument.
1186+
1187+
.. versionadded:: 1.19
1188+
The ``encoding`` argument.
11861189
"""
11871190
given_command = command
11881191
# Apply cd(), path() etc

0 commit comments

Comments
 (0)