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
ceb1fd21
Commit
ceb1fd21
authored
Dec 31, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- update description of isleap()
- add link to the datetime module
parent
6f51a72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Doc/lib/libcalendar.tex
Doc/lib/libcalendar.tex
+5
-1
No files found.
Doc/lib/libcalendar.tex
View file @
ceb1fd21
...
@@ -42,7 +42,8 @@ Returns the current setting for the weekday to start each week.
...
@@ -42,7 +42,8 @@ Returns the current setting for the weekday to start each week.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
isleap
}{
year
}
\begin{funcdesc}
{
isleap
}{
year
}
Returns
\code
{
1
}
if
\var
{
year
}
is a leap year, otherwise
\code
{
0
}
.
Returns
\constant
{
True
}
if
\var
{
year
}
is a leap year, otherwise
\constant
{
False
}
.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
leapdays
}{
y1, y2
}
\begin{funcdesc}
{
leapdays
}{
y1, y2
}
...
@@ -108,5 +109,8 @@ an epoch of 1970, and the POSIX encoding. In fact,
...
@@ -108,5 +109,8 @@ an epoch of 1970, and the POSIX encoding. In fact,
\begin{seealso}
\begin{seealso}
\seemodule
{
datetime
}{
Object-oriented interface to dates and times
with similar functionality to the
\refmodule
{
time
}
module.
}
\seemodule
{
time
}{
Low-level time related functions.
}
\seemodule
{
time
}{
Low-level time related functions.
}
\end{seealso}
\end{seealso}
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