xonsh/news/fr-exit-str.rst
Evgeny 4c0b223e7b
Allow non-integer exit codes (#5721)
* Allow non-integer exit codes justl like in Python proper

* doc: add news item

* Update fr-exit-str.rst

---------

Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
2024-12-10 12:26:12 +06:00

23 lines
210 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed non-int sys.exit codes raising ValueError.
**Security:**
* <news item>