-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-44347: [doc] clarify meaning of shutil.copytree's dirs_exist_ok kwarg #26643
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
Closed
Closed
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
74727b9
bpo-44347: [doc] clarify meaning of shutil.copytree's dirs_exist_ok …
jdevries3133 0fa96d1
bpo-44347: [doc] clarify shutil.copytree dirs_exist_ok kwarg
jdevries3133 318a99c
Merge branch 'main' of github.com:python/cpython into bpo-44347
jdevries3133 9b262b8
bpo-44347: [doc|fix]: add NEWS.d entry, remove use of default context
jdevries3133 952dbf1
Merge branch 'main' of github.com:python/cpython into bpo-44347
jdevries3133 e365e52
bpo-44347: [doc] better document argument shutil.copytree(dirs_exist_…
jdevries3133 eb3ee6f
Merge branch 'main' of github.com:python/cpython into bpo-44347
jdevries3133 d340c87
bpo-44347: [doc|fix]: add missed updated docstring from previous commit
jdevries3133 dd2f5c3
bpo-44381: Windows build now allows enabling control flow guard (GH-2…
zooba d8837d8
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
thsubaku9 869f2fa
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
mdickinson 29584b7
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-2…
serhiy-storchaka b63a793
Add more const modifiers. (GH-26691)
serhiy-storchaka feca673
bpo-44376 - reduce pow() overhead for small exponents (GH-26662)
tim-one b1e8a39
bpo-44396: Update multi-line-start location when reallocating tokeniz…
pablogsal 732ecab
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
2a93215
bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
corona10 50aee65
Fix typos in multiple files (GH-26689)
enjoy-binbin 6966890
Fix a potential reference-counting bug in long_pow (GH-26690)
mdickinson d1a2233
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
tiran 67d241b
bpo-44310: Note that lru_cache keep references to both arguments and…
rhettinger 0208b06
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
markshannon ad667a2
Remove accidentally duplicated STAT_INC (GH-26718)
markshannon 6109bfa
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
srittau 101dc7e
Fix typo in lnotab_notes.txt (GH-26711)
P403n1x87 ed3d0b5
bpo-44409: Fix error location in tokenizer errors that happen during …
pablogsal 44d2ad8
Fix a typo in _make_class_unpicklable() docstring (GH-26729)
akulakov 77b67cb
Add extra stats for attribute misses (GH-26732)
markshannon 1628fb8
bpo-42064: Move sqlite3 types to global state (GH-26537)
c60a9c6
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
vstinner 1d63579
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
vstinner 3e45844
[Enum] improve test, add andrei kulakov to ACKS (GH-26726)
ethanfurman 3e2e824
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
mdickinson fc3ca19
bpo-43693: Eliminate unused "fast locals". (gh-26587)
ericsnowcurrently 949a2b7
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
ethanfurman b7f3aca
bpo-43795: Don't list private names in the limited API (GH-26740)
encukou 8fc6dd3
bpo-44422: threading.Thread reuses the _delete() method (GH-26741)
vstinner 66eab7a
bpo-38211: Clean up type_init() (GH-16257)
sir-sigurd e78f506
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Fidget-Spinner 66c976d
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; cha…
mdickinson 439482a
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
j178 76bed3a
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-…
f446866
Do not clear globals or builtins when calling clear() on a frame obje…
markshannon 3010391
bpo-43024: improve signature (in help, etc) for functions taking sent…
iritkatriel 6e231c0
bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
rhettinger 9ad9fd7
bpo-44032: Move pointer to code object from frame-object to frame spe…
markshannon 95aa9d6
Reorganize the pattern matching suite (GH-26661)
brandtbucher d808829
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_en…
hroncok f3dd96a
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
ethanfurman d4b87bc
Add a note about NameError/AttributeError suggestions with custom err…
pablogsal 32fd669
Remove dubious suggestion (GH-26789)
rhettinger df719d4
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
tiran 0cf3409
bpo-43298: Improved error message when building without the Windows S…
zooba 07f631d
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-…
mdickinson f879593
Merge remote-tracking branch 'upstream/main' into pr_26643
terryjreedy d035783
commit suggested change from @terryjreedy
jdevries3133 a1f767c
commit suggested change from @terryjreedy
jdevries3133 7151b46
commit suggested change from @terryjreedy
jdevries3133 a0a46be
commit suggested change from @terryjreedy
jdevries3133 e02e998
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
srittau 82ae9d6
bpo-44347: fix spelling
jdevries3133 568c773
Merge remote-tracking branch 'upstream/main' into pr_26643
terryjreedy b2d7cc0
bpo-44347: add note to further clarify edge case
jdevries3133 a07b324
bpo-44347: (small fix) remove redundant line from example
jdevries3133 48f30ee
bpo-44347: highlight relationship to os.makedirs
jdevries3133 5b8366a
small rewording fix
jdevries3133 60a0eb6
Merge branch 'main' of github.com:python/cpython into bpo-44347
jdevries3133 8303dc5
revise old changes
jdevries3133 c169b1d
apply @JelleZijlstra's feedback
jdevries3133 ac3f837
update docstring
jdevries3133 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
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
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
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Documentation/2020-06-10-16-55-55.bpo-44347.Fjvuw7.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Clarify the meaning of *dirs_exist_ok*, a kwarg passed to the | ||
:func:`shutil.copytree` function. |
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.