Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/datetimetester.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test date/time type.

See https://www.zope.dev/Members/fdrake/DateTimeWiki/TestCases
See https://web.archive.org/web/20050205022813/https://www.zope.org/Members/fdrake/DateTimeWiki/TestCases
"""
import bisect
import copy
Expand Down
2 changes: 1 addition & 1 deletion Modules/_datetimemodule.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* C implementation for the date/time type documented at
* https://www.zope.dev/Members/fdrake/DateTimeWiki/FrontPage
* https://web.archive.org/web/20060504021923/http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
*/

/* bpo-35081: Defining this prevents including the C API capsule;
Expand Down
Loading