From 5858c4552b351f4a2bf65608d921d795c5b3a7e4 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 8 Sep 2011 12:19:53 -0500 Subject: [PATCH] Issue tracking. --- doc/issues/0004tn7.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/issues/0004tn7.rst diff --git a/doc/issues/0004tn7.rst b/doc/issues/0004tn7.rst new file mode 100644 index 0000000..165716a --- /dev/null +++ b/doc/issues/0004tn7.rst @@ -0,0 +1,13 @@ +Fix delimited doc block behavior. +================================= + +Delimited doc blocks require that the start token be the first non-space token +on the line it is on and that the end token be on it's own line. This is not in +line with the general nature of delimited comment blocks, which do not place +any restrictions on what comes before the start delimiter or after the end +delimiter. + +========= ========== +Created: 2011-09-07 +Resolved: YYYY-MM-DD +========= ==========