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
1a670c84
Commit
1a670c84
authored
Nov 06, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust the module synopsis to avoid margin overruns in the PDF format.
parent
10b81ce4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Doc/lib/libcalendar.tex
Doc/lib/libcalendar.tex
+1
-1
Doc/lib/librobotparser.tex
Doc/lib/librobotparser.tex
+2
-4
No files found.
Doc/lib/libcalendar.tex
View file @
1a670c84
...
...
@@ -2,7 +2,7 @@
General calendar-related functions
}
\declaremodule
{
standard
}{
calendar
}
\modulesynopsis
{
General functions for working with the calendar
,
\modulesynopsis
{
Functions for working with calendars
,
including some emulation of the
\UNIX\ \program
{
cal
}
program.
}
\sectionauthor
{
Drew Csillag
}{
drew
_
csillag@geocities.com
}
...
...
Doc/lib/librobotparser.tex
View file @
1a670c84
...
...
@@ -2,10 +2,8 @@
Parser for robots.txt
}
\declaremodule
{
standard
}{
robotparser
}
\modulesynopsis
{
Accepts as input a list of lines or URL that refers to a
robots.txt file, parses the file, then builds a
set of rules from that list and answers questions
about fetchability of other URLs.
}
\modulesynopsis
{
Loads a
\protect\file
{
robots.txt
}
file and
answers questions about fetchability of other URLs.
}
\sectionauthor
{
Skip Montanaro
}{
skip@mojam.com
}
\index
{
WWW
}
...
...
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