(original) (raw)
changeset: 89388:9975f827eefd branch: 3.3 parent: 89375:9f036047187b user: Serhiy Storchaka storchaka@gmail.com date: Tue Feb 25 20:00:48 2014 +0200 files: Include/codecs.h description: Fix typo (issue #19619). diff -r 9f036047187b -r 9975f827eefd Include/codecs.h --- a/Include/codecs.h Mon Feb 24 15:32:54 2014 -0500 +++ b/Include/codecs.h Tue Feb 25 20:00:48 2014 +0200 @@ -94,7 +94,7 @@ const char *errors ); -#ifndef PY_LIMITED_API +#ifndef Py_LIMITED_API /* Text codec specific encoding and decoding API. Checks the encoding against a list of codecs which do not /storchaka@gmail.com