]> granicus.if.org Git - python/commit
Issue #18395, #22108: Update embedded Python examples to decode correctly
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 1 Aug 2014 10:28:49 +0000 (12:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 1 Aug 2014 10:28:49 +0000 (12:28 +0200)
commit25e014bd91e2f64b3231ef2bf5ddac8bb99ed637
tree117d491c5ed3f749eadee5a6e457371acac81318
parentf6a271ae980d2f3fb450f745b8f87624378156c4
Issue #18395, #22108: Update embedded Python examples to decode correctly
command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
Doc/c-api/init.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/includes/run-func.c