Skip to content

Commit bdb7aeb

Browse files
committed
Add a note about Python 3 to the manpage
1 parent 9be2c53 commit bdb7aeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/docs/py.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ SYNOPSIS
77
DESCRIPTION
88
pythonpy will evaluate any Python expression from the command line.
99

10+
This will be done by the same Python interpreter that runs it. As this
11+
version uses Python 3, it is compatible with Python 3 syntax only.
12+
1013
OPTIONS
1114
-x Treat each row of stdin as x
1215
-l Treat list of stdin as l

0 commit comments

Comments
 (0)