-
- Notifications
You must be signed in to change notification settings - Fork 219
Translate faq/design.po #304
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
58 commits Select commit Hold shift + click to select a range
135961e
Translate faq/design.html#why-does-python-use-indentation-for-groupin…
SiriusKoan 87cb8f0
Translate faq/design.html#why-are-floating-point-calculations-so-inac…
SiriusKoan e167727
Translate faq/design.html#why-are-python-strings-immutable
SiriusKoan d0783eb
Translate faq/design.html#why-must-self-be-used-explicitly-in-method-…
SiriusKoan 66257ea
Translate faq/design.html#why-can-t-i-use-an-assignment-in-an-expression
SiriusKoan 0cc8df4
Translate faq/design.html#why-does-python-use-methods-for-some-functi…
SiriusKoan be90f1f
Translate faq/design.html#why-is-join-a-string-method-instead-of-a-li…
SiriusKoan a3418ca
Translate faq/design.html#how-fast-are-exceptions
SiriusKoan 00e6c03
Translate faq/design.html#why-isn-t-there-a-switch-or-case-statement-…
SiriusKoan 7fcdf2c
Translate faq/design.html#can-t-you-emulate-threads-in-the-interprete…
SiriusKoan 4813c28
Translate faq/design.html#why-can-t-lambda-expressions-contain-statem…
SiriusKoan bad48ad
Translate faq/design.html#can-python-be-compiled-to-machine-code-c-or…
SiriusKoan 8b14c96
Translate faq/design.html#how-does-python-manage-memory
SiriusKoan 64f7119
Translate faq/design.html#why-doesn-t-cpython-use-a-more-traditional-…
SiriusKoan e67d201
Translate faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits
SiriusKoan a699463
Translate faq/design.html#why-are-there-separate-tuple-and-list-data-…
SiriusKoan 04dde0a
Translate faq/design.html#how-are-lists-implemented-in-cpython
SiriusKoan b09d7a4
Translate faq/design.html#how-are-dictionaries-implemented-in-cpython
SiriusKoan caf4b1a
Translate faq/design.html#why-must-dictionary-keys-be-immutable
SiriusKoan 0c984c6
Translate faq/design.html#why-doesn-t-list-sort-return-the-sorted-list
SiriusKoan 44ae53a
Translate faq/design.html#how-do-you-specify-and-enforce-an-interface…
SiriusKoan 769b665
Translate faq/design.html#why-is-there-no-goto
SiriusKoan 86eecf1
Translate faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-…
SiriusKoan 17d9539
Translate faq/design.html#why-doesn-t-python-have-a-with-statement-fo…
SiriusKoan 9448b4e
Translate faq/design.html#why-don-t-generators-support-the-with-state…
SiriusKoan 19dfed6
Translate faq/design.html#why-are-colons-required-for-the-if-while-de…
SiriusKoan 6cb34af
Translate faq/design.html#why-does-python-allow-commas-at-the-end-of-…
SiriusKoan 550279d
fix: missing colon
SiriusKoan 727711e
fix: add a space between plus sign
SiriusKoan d3eb726
fix: typo and glossary
SiriusKoan 117f27d
Merge branch '3.10' of https://github.com/SiriusKoan/python-docs-zh-t…
SiriusKoan b2ef135
fix: glossary
SiriusKoan a405f6b
fix: use 問答集 instead of 問題 for FAQ
SiriusKoan 641c0e1
fix: use 疊代 instead of 迭代
SiriusKoan ef7cb62
Merge branch '3.10' of https://github.com/SiriusKoan/python-docs-zh-t…
SiriusKoan f021b24
Merge branch '3.10' into 3.10
SiriusKoan 63b3bda
fix: reserve English name
SiriusKoan 38787a5
fix: wrong original content (http -> https)
SiriusKoan 435c9db
fix: wrong original content (http -> https)
SiriusKoan 9317d96
fix: compile error due to lack of spaces
SiriusKoan 36df673
fix conflict
SiriusKoan 59cbd5c
fix: space besides left parentheses
SiriusKoan 6becc4f
fix: space besides left parentheses
SiriusKoan 44abaeb
fix: original content
SiriusKoan 64cdaf6
Merge branch '3.10' of https://github.com/SiriusKoan/python-docs-zh-t…
SiriusKoan 2f4b8dd
fix: extra line break
SiriusKoan a7f2ac6
fix: translate begin/end
SiriusKoan b6594e3
fix: use parentheses to replace dash
SiriusKoan 875a69d
fix: use comma
SiriusKoan 2206ad5
fix: 表現 -> 行為
SiriusKoan 21d327b
fix: use " to represent string
SiriusKoan cb24fcf
fix: redundant original content
SiriusKoan 9012e88
fix: redundant original content
SiriusKoan 777894c
fix: 值組 -> 元組 and use singular noun in translation
SiriusKoan 70aa411
fix: add original content for 字串文本
SiriusKoan 6bd7243
fix: redundant original content
SiriusKoan e650bde
fix: 上下文 -> 情境
SiriusKoan 94eefb0
fix: move the original content of 字串文本 to its first occurence
SiriusKoan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Translate faq/design.html#how-do-you-specify-and-enforce-an-interface…
…-spec-in-python
- Loading branch information
commit 44ae53a08433ffd991a9a04435d0403a72783e20
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.