Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
2813712a
Commit
2813712a
authored
Jan 28, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c30005c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/ZPublisher/Publish.py
lib/python/ZPublisher/Publish.py
+6
-3
No files found.
lib/python/ZPublisher/Publish.py
View file @
2813712a
...
...
@@ -518,7 +518,7 @@ Publishing a module using Fast CGI
o Configure the Fast CGI-enabled web server to execute this
file.
$Id: Publish.py,v 1.
29 1997/01/28 23:02:49
jim Exp $"""
$Id: Publish.py,v 1.
30 1997/01/28 23:04:10
jim Exp $"""
#'
# Copyright
#
...
...
@@ -572,7 +572,7 @@ $Id: Publish.py,v 1.29 1997/01/28 23:02:49 jim Exp $"""
#
# See end of file for change log.
#
__version__
=
'$Revision: 1.
29
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
30
$'
[
11
:
-
2
]
def
main
():
...
...
@@ -1206,7 +1206,7 @@ class Request:
'Regex'
:
field2Regex
,
'regexs'
:
field2regexs
,
'Regexs'
:
field2Regexs
,
'
Required'
:
field2R
equired
,
'
required'
:
field2r
equired
,
'tokens'
:
field2tokens
,
'lines'
:
field2lines
,
}
...
...
@@ -1399,6 +1399,9 @@ def publish_module(module_name,
#
# $Log: Publish.py,v $
# Revision 1.30 1997/01/28 23:04:10 jim
# *** empty log message ***
#
# Revision 1.29 1997/01/28 23:02:49 jim
# Moved log.
# Added new data type conversion options.
...
...
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