Skip to content

Commit 6c60761

Browse files
authored
Update with known issues
1 parent 6b2b507 commit 6c60761

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,16 @@ of the reason.
3434
below about Usage and Option sections. See `issue 102
3535
<https://github.com/docopt/docopt/issues/102>`_ for more info.
3636

37-
3837
Please see the `Python version's README <https://github.com/docopt/docopt/blob/master/README.rst>`_
3938
for details of any new and breaking changes that are not specific to the PHP version.
4039

40+
There is also at least one significant known issue with the upstream Python version. Due
41+
to the porting strategy used for the PHP version, it inherits the bug surface of the Python
42+
version (and if it doesn't, that's actually a bug!):
43+
44+
- Issues with multi-word argument and option values [PHP report](https://github.com/docopt/docopt.php/issues/21)
45+
[Upstream report](https://github.com/docopt/docopt/issues/207).
46+
4147
-----
4248

4349
Isn't it awesome how ``optparse`` and ``argparse`` generate help

0 commit comments

Comments
 (0)