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
5c3c4eaa
Commit
5c3c4eaa
authored
Nov 12, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in expr handling.
parent
46c774d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/DocumentTemplate/DT_In.py
lib/python/DocumentTemplate/DT_In.py
+6
-3
No files found.
lib/python/DocumentTemplate/DT_In.py
View file @
5c3c4eaa
...
...
@@ -230,7 +230,7 @@
of the module 'Missing', if present.
'''
#'
__rcs_id__
=
'$Id: DT_In.py,v 1.1
0 1997/11/11 18:38:03
jim Exp $'
__rcs_id__
=
'$Id: DT_In.py,v 1.1
1 1997/11/12 23:25:56
jim Exp $'
############################################################################
# Copyright
...
...
@@ -284,7 +284,7 @@ __rcs_id__='$Id: DT_In.py,v 1.10 1997/11/11 18:38:03 jim Exp $'
# (540) 371-6909
#
############################################################################
__version__
=
'$Revision: 1.1
0
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
from
DT_Util
import
*
from
string
import
find
,
atoi
,
join
...
...
@@ -315,7 +315,7 @@ class In:
'=[0-9]+
\
(&
\
|$
\
)
'
)
name,expr=name_param(args,'
in
',1)
self.__name__, expr = name, expr
self.__name__,
self.
expr = name, expr
self.section=section
if len(blocks) > 1:
if len(blocks) != 2: raise ParseError, (
...
...
@@ -791,6 +791,9 @@ class sequence_variables:
############################################################################
# $Log: DT_In.py,v $
# Revision 1.11 1997/11/12 23:25:56 jim
# Fixed bug in expr handling.
#
# Revision 1.10 1997/11/11 18:38:03 jim
# Made sequence-items work when iterating over mapping items.
#
...
...
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