mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix duplicating words words. (GH-6296)
Most of them have been added in 3.7.
This commit is contained in:
parent
aa50bf08e6
commit
bac2d5ba30
11 changed files with 13 additions and 13 deletions
|
@ -5214,7 +5214,7 @@ get_flip_fold_offset(PyObject *dt)
|
|||
|
||||
/* PEP 495 exception: Whenever one or both of the operands in
|
||||
* inter-zone comparison is such that its utcoffset() depends
|
||||
* on the value of its fold fold attribute, the result is False.
|
||||
* on the value of its fold attribute, the result is False.
|
||||
*
|
||||
* Return 1 if exception applies, 0 if not, and -1 on error.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue