Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2f4faade
Commit
2f4faade
authored
Nov 03, 2002
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix SF #618146, overflow error in calendar module
Will backport.
parent
9b8e9183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Doc/lib/libcalendar.tex
Doc/lib/libcalendar.tex
+5
-0
No files found.
Doc/lib/libcalendar.tex
View file @
2f4faade
...
@@ -15,6 +15,11 @@ convention). Use \function{setfirstweekday()} to set the first day of the
...
@@ -15,6 +15,11 @@ convention). Use \function{setfirstweekday()} to set the first day of the
week to Sunday (6) or to any other weekday. Parameters that specify
week to Sunday (6) or to any other weekday. Parameters that specify
dates are given as integers.
dates are given as integers.
Most of these functions rely on the platform provided
\function
{
mktime()
}
.
Therefore, valid argument values may vary from system to system.
On Unix, valid years are typically between
\code
{
1970
}
and
\code
{
2037
}
,
but may be work between
\code
{
1902
}
and
\code
{
2037
}
.
\begin{funcdesc}
{
setfirstweekday
}{
weekday
}
\begin{funcdesc}
{
setfirstweekday
}{
weekday
}
Sets the weekday (
\code
{
0
}
is Monday,
\code
{
6
}
is Sunday) to start
Sets the weekday (
\code
{
0
}
is Monday,
\code
{
6
}
is Sunday) to start
each week. The values
\constant
{
MONDAY
}
,
\constant
{
TUESDAY
}
,
each week. The values
\constant
{
MONDAY
}
,
\constant
{
TUESDAY
}
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment