Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modstruct: Improve compliance with python3 #3404

Merged
merged 2 commits into from
Sep 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make translate
  • Loading branch information
jepler committed Sep 12, 2020
commit 4d70872b2be55083c6c9bc97e29233c8779821ad
13 changes: 11 additions & 2 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-09 14:33-0700\n"
"POT-Creation-Date: 2020-09-12 15:10-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1925,7 +1925,7 @@ msgstr ""
msgid "bad format string"
msgstr ""

#: py/binary.c
#: py/binary.c py/objarray.c
msgid "bad typecode"
msgstr ""

Expand Down Expand Up @@ -1978,6 +1978,10 @@ msgstr ""
msgid "bytes > 8 bits not supported"
msgstr ""

#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""

#: py/objstr.c
msgid "bytes value out of range"
msgstr ""
Expand Down Expand Up @@ -2943,6 +2947,11 @@ msgstr ""
msgid "overflow converting long int to machine word"
msgstr ""

#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""

#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long"
msgstr ""
Expand Down