deprecate parseopt2 stdlib module

This commit is contained in:
Andreas Rumpf
2018-02-28 23:00:37 +01:00
parent 99ae9269f0
commit 51935c47b0
2 changed files with 3 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ styledEcho "Red on Green.", resetStyle
- ``db_mysql`` module: ``DbConn`` is now a ``distinct`` type that doesn't expose the
details of the underlying ``PMySQL`` type.
- ``parseopt2`` is now deprecated, use ``parseopt`` instead.
### Language additions
- It is now possible to forward declare object types so that mutually

View File

@@ -17,6 +17,7 @@
## 2. long option - ``--foo:bar``, ``--foo=bar`` or ``--foo``
## 3. argument - everything else
{.deprecated.}
{.push debugger: off.}
include "system/inclrtl"