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
f4e278b5
Commit
f4e278b5
authored
Feb 12, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge from 2.3 branch
parent
8537db9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
lib/python/StructuredText/StructuredText.py
lib/python/StructuredText/StructuredText.py
+7
-4
No files found.
lib/python/StructuredText/StructuredText.py
View file @
f4e278b5
...
...
@@ -204,7 +204,7 @@ Special symbology is used to indicate special constructs:
</TABLE>
$Id: StructuredText.py,v 1.3
1 2001/01/24 16:52:27
brian Exp $'''
$Id: StructuredText.py,v 1.3
2 2001/02/12 20:46:43
brian Exp $'''
# Copyright
#
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...
...
@@ -256,8 +256,11 @@ $Id: StructuredText.py,v 1.31 2001/01/24 16:52:27 brian Exp $'''
# (540) 371-6909
#
# $Log: StructuredText.py,v $
# Revision 1.31 2001/01/24 16:52:27 brian
# merged from 2.3
# Revision 1.32 2001/02/12 20:46:43 brian
# merge from 2.3 branch
#
# Revision 1.30.4.2 2001/02/12 20:45:55 brian
# fixed bug 1908 (CRLF fix)
#
# Revision 1.30.4.1 2001/01/24 16:51:48 brian
# Fixed regex in html_with_references (bug 1649) and also removed the \213
...
...
@@ -582,7 +585,7 @@ class StructuredText:
"""
def __init__(self, aStructuredString, level=0,
paragraph_divider=regex.compile('
\
(
\
n
*
\
)
+
\
n
'),
paragraph_divider=regex.compile('
\
(
\
r
?
\
n
*
\
)
+
\
r
?
\
n
'),
):
'''Convert a structured text string into a structured text object.
...
...
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