File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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-
3837Please see the `Python version's README <https://github.com/docopt/docopt/blob/master/README.rst >`_
3938for 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
4349Isn't it awesome how ``optparse `` and ``argparse `` generate help
You can’t perform that action at this time.
0 commit comments