Skip to content

Commit 5373765

Browse files
committed
Update description
1 parent e5fecbb commit 5373765

2 files changed

Lines changed: 63 additions & 10 deletions

File tree

Doc/library/datetime.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,11 +2658,10 @@ requires, and these work on all supported platforms.
26582658
| ``%Y`` | Year with century as a decimal | 0001, 0002, ..., 2013, | \(2) |
26592659
| | number. | 2014, ..., 9998, 9999 | |
26602660
+-----------+--------------------------------+------------------------+-------+
2661-
| ``%z`` | UTC offset. | (empty), +0000, | \(6) |
2662-
| | ``strptime()`` accepts | -0400, +1030, | |
2663-
| | ``±HH[MM[SS[.ffffff]]]``; | +063415, +04, | |
2664-
| | ``strftime()`` outputs | -030712.345216 | |
2665-
| | ``±HHMM[SS[.ffffff]]`` | | |
2661+
| ``%z`` | UTC offset in the form | (empty), +0000, | \(6) |
2662+
| | ``±HH[MM[SS[.ffffff]]]``. | -0400, +1030, | |
2663+
| | For :meth:`!strftime`, | +063415, +04, | |
2664+
| | ``±HHMM[SS[.ffffff]]`` | -030712.345216 | |
26662665
| | (empty string if the object is | | |
26672666
| | naive). | | |
26682667
+-----------+--------------------------------+------------------------+-------+
@@ -2686,11 +2685,10 @@ convenience.
26862685
| | number, zero-padded to 6 | 999999 | |
26872686
| | digits. | | |
26882687
+-----------+--------------------------------+------------------------+-------+
2689-
| ``%:z`` | UTC offset. | (empty), +00:00, | \(6) |
2690-
| | ``strptime()`` accepts | -04:00, +10:30, | |
2691-
| | ``±HH[:MM[:SS[.ffffff]]]``; | +06:34:15, +04, | |
2692-
| | ``strftime()`` outputs | -03:07:12.345216 | |
2693-
| | ``±HH:MM[:SS[.ffffff]]`` | | |
2688+
| ``%:z`` | UTC offset in the form | (empty), +00:00, | \(6) |
2689+
| | ``±HH[:MM[:SS[.ffffff]]]``. | -04:00, +10:30, | |
2690+
| | For :meth:`!strftime`, | +06:34:15, +04, | |
2691+
| | ``±HH:MM[:SS[.ffffff]]`` | -03:07:12.345216 | |
26942692
| | (empty string if the object is | | |
26952693
| | naive). | | |
26962694
+-----------+--------------------------------+------------------------+-------+

Doc/library/deprecated.find

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
./re.rst:1016: .. deprecated:: 3.13
2+
./re.rst:1141: .. deprecated:: 3.13
3+
./importlib.rst:365: .. deprecated:: 3.7
4+
./importlib.rst:561: .. deprecated:: 3.3
5+
./importlib.rst:798: .. deprecated:: 3.5
6+
./importlib.rst:808: .. deprecated:: 3.5
7+
./importlib.rst:878: .. deprecated:: 3.6
8+
./functions.rst:463: .. deprecated:: 3.14
9+
./sqlite3.rst:2007:.. deprecated:: 3.12
10+
./stdtypes.rst:876:.. deprecated:: 3.12
11+
./typing.rst:1078: .. deprecated:: 3.12
12+
./typing.rst:3602: .. deprecated:: 3.9
13+
./typing.rst:3615: .. deprecated:: 3.9
14+
./typing.rst:3627: .. deprecated:: 3.9
15+
./typing.rst:3635: .. deprecated:: 3.9
16+
./typing.rst:3647: .. deprecated:: 3.9
17+
./typing.rst:3660: .. deprecated:: 3.9
18+
./typing.rst:3675: .. deprecated:: 3.9
19+
./typing.rst:3685: .. deprecated:: 3.9
20+
./typing.rst:3695: .. deprecated:: 3.9
21+
./typing.rst:3705: .. deprecated:: 3.9
22+
./typing.rst:3715: .. deprecated:: 3.9
23+
./typing.rst:3735: .. deprecated:: 3.9
24+
./typing.rst:3755: .. deprecated:: 3.11
25+
./typing.rst:3771: .. deprecated:: 3.9
26+
./typing.rst:3803: .. deprecated:: 3.9
27+
./typing.rst:3811: .. deprecated:: 3.9
28+
./typing.rst:3819: .. deprecated:: 3.9
29+
./typing.rst:3827: .. deprecated:: 3.9
30+
./typing.rst:3835: .. deprecated:: 3.9
31+
./typing.rst:3843: .. deprecated:: 3.9
32+
./typing.rst:3851: .. deprecated:: 3.9
33+
./typing.rst:3860: .. deprecated:: 3.9
34+
./typing.rst:3869: .. deprecated:: 3.9
35+
./typing.rst:3877: .. deprecated:: 3.9
36+
./typing.rst:3885: .. deprecated:: 3.9
37+
./typing.rst:3904: .. deprecated:: 3.9
38+
./typing.rst:3918: .. deprecated:: 3.9
39+
./typing.rst:3932: .. deprecated:: 3.9
40+
./typing.rst:3942: .. deprecated:: 3.9
41+
./typing.rst:3952: .. deprecated:: 3.9
42+
./typing.rst:3965: .. deprecated:: 3.9
43+
./typing.rst:3973: .. deprecated:: 3.9
44+
./typing.rst:3984: .. deprecated:: 3.9
45+
./typing.rst:4000: .. deprecated:: 3.9
46+
./typing.rst:4011: .. deprecated:: 3.12
47+
./typing.rst:4018: .. deprecated:: 3.9
48+
./typing.rst:4026: .. deprecated:: 3.12
49+
./typing.rst:4045: .. deprecated:: 3.9
50+
./typing.rst:4064: .. deprecated:: 3.9
51+
./os.rst:5101: .. deprecated:: 3.14
52+
./os.rst:5331: .. deprecated:: 3.14
53+
./asyncio-policy.rst:124: .. deprecated:: 3.14
54+
./asyncio-policy.rst:136: .. deprecated:: 3.14
55+
./asyncio-policy.rst:148: .. deprecated:: 3.14

0 commit comments

Comments
 (0)