Commit f4e278b5 authored by 's avatar

merge from 2.3 branch

parent 8537db9c
...@@ -204,7 +204,7 @@ Special symbology is used to indicate special constructs: ...@@ -204,7 +204,7 @@ Special symbology is used to indicate special constructs:
</TABLE> </TABLE>
$Id: StructuredText.py,v 1.31 2001/01/24 16:52:27 brian Exp $''' $Id: StructuredText.py,v 1.32 2001/02/12 20:46:43 brian Exp $'''
# Copyright # Copyright
# #
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne # 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 $''' ...@@ -256,8 +256,11 @@ $Id: StructuredText.py,v 1.31 2001/01/24 16:52:27 brian Exp $'''
# (540) 371-6909 # (540) 371-6909
# #
# $Log: StructuredText.py,v $ # $Log: StructuredText.py,v $
# Revision 1.31 2001/01/24 16:52:27 brian # Revision 1.32 2001/02/12 20:46:43 brian
# merged from 2.3 # 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 # 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 # Fixed regex in html_with_references (bug 1649) and also removed the \213
...@@ -582,7 +585,7 @@ class StructuredText: ...@@ -582,7 +585,7 @@ class StructuredText:
""" """
def __init__(self, aStructuredString, level=0, 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. '''Convert a structured text string into a structured text object.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment