Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bc6e4f

Browse files
committed
Merged revisions 79184-79185 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line Update text for newest US DST regulation. The sample file already has the calculation right. ........ r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line Include structmember.h correctly. ........
1 parent ff24c8e commit 7bc6e4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/extending/newtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ This version of the module has a number of changes.
236236

237237
We've added an extra include::
238238

239-
#include "structmember.h"
239+
#include <structmember.h>
240240

241241
This include provides declarations that we use to handle attributes, as
242242
described a bit later.

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,8 @@ Example :class:`tzinfo` classes:
14541454
Note that there are unavoidable subtleties twice per year in a :class:`tzinfo`
14551455
subclass accounting for both standard and daylight time, at the DST transition
14561456
points. For concreteness, consider US Eastern (UTC -0500), where EDT begins the
1457-
minute after 1:59 (EST) on the first Sunday in April, and ends the minute after
1458-
1:59 (EDT) on the last Sunday in October::
1457+
minute after 1:59 (EST) on the second Sunday in March, and ends the minute after
1458+
1:59 (EDT) on the first Sunday in November::
14591459

14601460
UTC 3:MM 4:MM 5:MM 6:MM 7:MM 8:MM
14611461
EST 22:MM 23:MM 0:MM 1:MM 2:MM 3:MM

0 commit comments

Comments
 (0)