Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaed28eb

Browse files
Update HTTP links in the _pydatetime docstrings (GH-133025)
1 parent74f897e commitaed28eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Lib/_pydatetime.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,8 +1127,8 @@ def isoformat(self):
11271127
This is 'YYYY-MM-DD'.
11281128
11291129
References:
1130-
-http://www.w3.org/TR/NOTE-datetime
1131-
-http://www.cl.cam.ac.uk/~mgk25/iso-time.html
1130+
-https://www.w3.org/TR/NOTE-datetime
1131+
-https://www.cl.cam.ac.uk/~mgk25/iso-time.html
11321132
"""
11331133
return"%04d-%02d-%02d"% (self._year,self._month,self._day)
11341134

@@ -1262,7 +1262,7 @@ def isocalendar(self):
12621262
The first week is 1; Monday is 1 ... Sunday is 7.
12631263
12641264
ISO calendar algorithm taken from
1265-
http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
1265+
https://www.phys.uu.nl/~vgent/calendar/isocalendar.htm
12661266
(used with permission)
12671267
"""
12681268
year=self._year

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp