Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
Commite87a6fc
Translate faq/design.po (#304)
* Translate faq/design.html#why-does-python-use-indentation-for-grouping-of-statements* Translate faq/design.html#why-are-floating-point-calculations-so-inaccurate* Translate faq/design.html#why-are-python-strings-immutable* Translate faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls* Translate faq/design.html#why-can-t-i-use-an-assignment-in-an-expression* Translate faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list* Translate faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method* Translate faq/design.html#how-fast-are-exceptions* Translate faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python* Translate faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation* Translate faq/design.html#why-can-t-lambda-expressions-contain-statements* Translate faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language* Translate faq/design.html#how-does-python-manage-memory* Translate faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme* Translate faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits* Translate faq/design.html#why-are-there-separate-tuple-and-list-data-types* Translate faq/design.html#how-are-lists-implemented-in-cpython* Translate faq/design.html#how-are-dictionaries-implemented-in-cpython* Translate faq/design.html#why-must-dictionary-keys-be-immutable* Translate faq/design.html#why-doesn-t-list-sort-return-the-sorted-list* Translate faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python* Translate faq/design.html#why-is-there-no-goto* Translate faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash* Translate faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments* Translate faq/design.html#why-don-t-generators-support-the-with-statement* Translate faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements* Translate faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples* fix: missing colon* fix: add a space between plus signCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>* fix: typo and glossary* fix: glossary* fix: use 問答集 instead of 問題 for FAQCo-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: use 疊代 instead of 迭代* fix: reserve English nameCo-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: wrong original content (http -> https)Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: wrong original content (http -> https)Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: compile error due to lack of spaces* fix: space besides left parenthesesCo-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: space besides left parenthesesCo-authored-by: Steven Hsu <hsuhaochun@gmail.com>* fix: original content* fix: extra line breakCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: translate begin/endCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: use parentheses to replace dashCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: use commaCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: 表現 -> 行為Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: use " to represent stringCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: redundant original contentCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: redundant original contentCo-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>* fix: 值組 -> 元組 and use singular noun in translation* fix: add original content for 字串文本* fix: redundant original content* fix: 上下文 -> 情境* fix: move the original content of 字串文本 to its first occurenceCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>1 parent6e99e94 commite87a6fc
1 file changed
+364
-44
lines changed0 commit comments
Comments
(0)