SF.net SVN: docutils:[9583 ] trunk/sandbox/manpage-wri ter
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9583
http://sourceforge.net/p/docutils/code/9583
Author: grubert
Date: 2024-03-24 17:26:00 +0000 (Sun, 24 Mar 2024)
Log Message:
-----------
add postscript output with references
Added Paths:
-----------
trunk/sandbox/manpage-writer/expected/references.ps
trunk/sandbox/manpage-writer/expected-mandoc/references.ps
Added: trunk/sandbox/manpage-writer/expected/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.ps (rev 0)
+++ trunk/sandbox/manpage-writer/expected/references.ps 2024-03-24 17:26:00 UTC (rev 9583)
@@ -0,0 +1,336 @@
+%!PS-Adobe-3.0
+%%Creator: groff version 1.23.0
+%%CreationDate: Sun Mar 24 18:11:29 2024
+%%DocumentNeededResources: font Times-Italic
+%%+ font Times-Roman
+%%+ font Times-Bold
+%%+ font Courier
+%%+ font Symbol
+%%DocumentSuppliedResources: procset grops 1.23 0
+%%Pages: 2
+%%PageOrder: Ascend
+%%DocumentMedia: Default 595 842 0 () ()
+%%Orientation: Portrait
+%%EndComments
+%%BeginDefaults
+%%PageMedia: Default
+%%EndDefaults
+%%BeginProlog
+%%BeginResource: procset grops 1.23 0
+%!PS-Adobe-3.0 Resource-ProcSet
+/setpacking where{
+pop
+currentpacking
+true setpacking
+}if
+/grops 120 dict dup begin
+% The ASCII code of the space character.
+/SC 32 def
+/A/show load def
+/B{0 SC 3 -1 roll widthshow}bind def
+/C{0 exch ashow}bind def
+/D{0 exch 0 SC 5 2 roll awidthshow}bind def
+/E{0 rmoveto show}bind def
+/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+/G{0 rmoveto 0 exch ashow}bind def
+/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/I{0 exch rmoveto show}bind def
+/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+/K{0 exch rmoveto 0 exch ashow}bind def
+/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/M{rmoveto show}bind def
+/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+/O{rmoveto 0 exch ashow}bind def
+/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+/Q{moveto show}bind def
+/R{moveto 0 SC 3 -1 roll widthshow}bind def
+/S{moveto 0 exch ashow}bind def
+/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+% name size font SF -
+/SF{
+findfont exch
+[exch dup 0 exch 0 exch neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+% name a c d font MF -
+/MF{
+findfont
+[5 2 roll
+0 3 1 roll % b
+neg 0 0]makefont
+dup setfont
+[exch/setfont cvx]cvx bind def
+}bind def
+/level0 0 def
+/RES 0 def
+/PL 0 def
+/LS 0 def
+% Enable manual feed.
+% MANUAL -
+/MANUAL{
+statusdict begin/manualfeed true store end
+}bind def
+% Guess the page length.
+% This assumes that the imageable area is vertically centered on the page.
+% PLG - length
+/PLG{
+gsave newpath clippath pathbbox grestore
+exch pop add exch pop
+}bind def
+% BP -
+/BP{
+/level0 save def
+1 setlinecap
+1 setlinejoin
+DEFS/BPhook known{DEFS begin BPhook end}if
+72 RES div dup scale
+LS{
+90 rotate
+}{
+0 PL translate
+}ifelse
+1 -1 scale
+}bind def
+/EP{
+level0 restore
+showpage
+}def
+% centerx centery radius startangle endangle DA -
+/DA{
+newpath arcn stroke
+}bind def
+% x y SN - x' y'
+% round a position to nearest (pixel + (.25,.25))
+/SN{
+transform
+.25 sub exch .25 sub exch
+round .25 add exch round .25 add exch
+itransform
+}bind def
+% endx endy startx starty DL -
+% we round the endpoints of the line, so that parallel horizontal
+% and vertical lines will appear even
+/DL{
+SN
+moveto
+SN
+lineto stroke
+}bind def
+% centerx centery radius DC -
+/DC{
+newpath 0 360 arc closepath
+}bind def
+/TM matrix def
+% width height centerx centery DE -
+/DE{
+TM currentmatrix pop
+translate scale newpath 0 0 .5 0 360 arc closepath
+TM setmatrix
+}bind def
+% these are for splines
+/RC/rcurveto load def
+/RL/rlineto load def
+/ST/stroke load def
+/MT/moveto load def
+/CL/closepath load def
+% fill the last path
+% r g b Fr -
+/Fr{
+setrgbcolor fill
+}bind def
+% c m y k Fk -
+/setcmykcolor where{
+pop
+/Fk{
+setcmykcolor fill
+}bind def
+}if
+% g Fg -
+/Fg{
+setgray fill
+}bind def
+% fill with the "current color"
+/FL/fill load def
+/LW/setlinewidth load def
+/Cr/setrgbcolor load def
+/setcmykcolor where{
+pop
+/Ck/setcmykcolor load def
+}if
+/Cg/setgray load def
+% new_font_name encoding_vector old_font_name RE -
+/RE{
+findfont
+dup maxlength 1 index/FontName known not{1 add}if dict begin
+{
+1 index/FID ne
+2 index/UniqueID ne
+and
+{def}{pop pop}ifelse
+}forall
+/Encoding exch def
+dup/FontName exch def
+currentdict end definefont pop
+}bind def
+/DEFS 0 def
+% hpos vpos EBEGIN -
+/EBEGIN{
+moveto
+DEFS begin
+}bind def
+/EEND/end load def
+/CNT 0 def
+/level1 0 def
+% llx lly newwid wid newht ht newllx newlly PBEGIN -
+/PBEGIN{
+/level1 save def
+translate
+div 3 1 roll div exch scale
+neg exch neg exch translate
+% set the graphics state to default values
+0 setgray
+0 setlinecap
+1 setlinewidth
+0 setlinejoin
+10 setmiterlimit
+[]0 setdash
+/setstrokeadjust where{
+pop
+false setstrokeadjust
+}if
+/setoverprint where{
+pop
+false setoverprint
+}if
+newpath
+/CNT countdictstack def
+userdict begin
+/showpage{}def
+%
+% Any included setpagedevice should be ignored.
+% See: http://www.w-beer.de/doc/ps/.
+%
+/setpagedevice{}def
+mark
+}bind def
+/PEND{
+cleartomark
+countdictstack CNT sub{end}repeat
+level1 restore
+}bind def
+end def
+/setpacking where{
+pop
+setpacking
+}if
+%%EndResource
+%%EndProlog
+%%BeginSetup
+%%BeginFeature: *PageSize Default
+<< /PageSize [ 595 842 ] /ImagingBBox null >> setpagedevice
+%%EndFeature
+%%IncludeResource: font Times-Italic
+%%IncludeResource: font Times-Roman
+%%IncludeResource: font Times-Bold
+%%IncludeResource: font Courier
+%%IncludeResource: font Symbol
+grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+def/PL PLG def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
+/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/Courier@0 ENC0/Courier RE/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0
+ENC0/Times-Roman RE/Times-Italic@0 ENC0/Times-Italic RE
+%%EndSetup
+%%Page: 1 1
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF(REFERENCE TESTS)72.63 48 Q/F1 10/Times-Roman@0
+SF(\(\)).58 E F0(REFERENCE TESTS)281.21 E F1(\(\)).58 E/F2 10.95
+/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1(reference tests \255)108
+96 Q F2(HO)72 112.8 Q 2.738(WT)-.548 G 2.738(OM)-2.935 G(ARKUP)-2.738 E
+F1(link adr in .UR .UE or simply in parantheses)108 124.8 Q<83>108 141.6
+Q(man and mandoc con)118 141.6 Q -.15(ve)-.4 G(rt UR/UE to).15 E/F3 10
+/Times-Bold@0 SF(<)2.5 E F1(and)2.5 E F3(>)2.5 E F1(.)A<83>108 158.4 Q
+(pandoc transforms)118 158.4 Q/F4 10/Courier@0 SF
+(See the \222Python home page <https://www.python.org>\222_ for info.)
+135.5 182.4 Q F1(to)118 206.4 Q F4
+(see See the Python home page \(https://www.python.org\) for info.)135.5
+230.4 Q F2(TEST FOR REFERENCES IN MAN P)72 247.2 Q -.602(AG)-.81 G(ES)
+.602 E F1(embedded in a paragraph)108 259.2 Q<83>108 276 Q
+(at line start)118 276 Q<83>108 292.8 Q(in line)118 292.8 Q<83>108 309.6
+Q(at eol)118 309.6 Q(at start of paragraph)108 333.6 Q<83>108 350.4 Q
+(follo)118 350.4 Q(wed by te)-.25 E(xt)-.15 E<83>108 367.2 Q(at eol)118
+367.2 Q(at end of paragraph)108 391.2 Q F2(TESTS)72 408 Q F1(See)108 420
+Q/F5 10/Symbol SF<e1>2.5 E F1(https://docutils.sourcefor)A
+(ge.io/docs/user/rst/quickref.html#e)-.18 E(xplicit\255markup)-.15 E F5
+<f1>A F1(for more)108 444 Q(See the Python home page)108 468 Q F5<e1>2.5
+E F1(https://www)A(.p)-.65 E(ython.or)-.1 E(g)-.18 E F5<f1>A F1
+(for info.)110.5 480 Q(External h)108 504 Q(yperlinks, lik)-.05 E 2.5
+(eP)-.1 G(ython)-2.5 E F5<e1>2.5 E F1(https://www)A(.p)-.65 E(ython.or)
+-.1 E(g)-.18 E F5<f1>A F1(.)2.5 E -.8(Wa)108 528 S
+(nt to learn about my f).8 E -.2(avo)-.1 G(rite programming language).2
+E F5<e1>2.5 E F1(https://www)A(.p)-.65 E(ython.or)-.1 E(g)-.18 E F5<f1>A
+F1(?)2.5 E(Clicking on this internal h)108 552 Q(yperlink will tak)-.05
+E 2.5(eu)-.1 G 2.5(st)-2.5 G 2.5(ot)-2.5 G(he)-2.5 E F5<e1>2.5 E F1(tar)
+A(get)-.18 E F5<f1>A F1(belo)108 576 Q -.65(w.)-.25 G(The h)108 600 Q
+(yperlink tar)-.05 E(get abo)-.18 E .3 -.15(ve p)-.15 H
+(oints to this paragraph.).15 E<83>108 616.8 Q -.2(bu)118 616.8 S
+(llet list).2 E<83>108 633.6 Q(second item, with h)118 633.6 Q
+(yperlink tar)-.05 E(get.)-.18 E(See the Python)108 657.6 Q F5<e1>2.5 E
+F1(https://www)A(.p)-.65 E(ython.or)-.1 E(g)-.18 E F5<f1>A F1
+(home page for info.)110.5 669.6 Q(Write to me)108 705.6 Q F5<e1>2.5 E
+F1(mailto:jdoe@e)A(xample.com)-.15 E F5<f1>A F1(with your questions.)
+110.5 717.6 Q(1)535 768 Q 0 Cg EP
+%%Page: 2 2
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF(REFERENCE TESTS)72.63 48 Q/F1 10/Times-Roman@0
+SF(\(\)).58 E F0(REFERENCE TESTS)281.21 E F1(\(\)).58 E
+(The one\255liner)108 84 Q/F2 10/Symbol SF<e1>2.5 E F1
+(https://docutils.sourcefor)A(ge.io/rst.html)-.18 E F2<f1>A F1
+(and starts\255on\255this\255line)110.5 96 Q F2<e1>2.5 E F1
+(https://docutils.sourcefor)A(ge.net/rst.html)-.18 E F2<f1>A F1
+(or entirely\255belo)110.5 108 Q(w)-.25 E F2<e1>2.5 E F1
+(https://docutils.sourcefor)A(ge.net/rst.html)-.18 E F2<f1>A F1
+(point to)110.5 120 Q F2<e1>2.5 E F1(https://docutils.sourcefor)A
+(ge.io/rst.html)-.18 E F2<f1>A F1(and in man are ... ?)110.5 132 Q
+(Escaped whitespace is preserv)108 156 Q
+(ed as intentional spaces, e.g.:)-.15 E(some reference)108 180 Q F2<e1>
+2.5 E F1(../local)A F2<f1>A F1(to a local path.)110.5 192 Q(Anon)108 216
+Q(ymous h)-.15 E(yperlink references are speci\214ed with tw)-.05 E 2.5
+(ou)-.1 G(nderscores instead of one:)-2.5 E(See the web site of my f)108
+240 Q -.2(avo)-.1 G(rite programming language).2 E F2<e1>2.5 E F1
+(https://www)A(.p)-.65 E(ython.or)-.1 E(g)-.18 E F2<f1>A F1(.)2.5 E
+(Anon)108 264 Q(ymous tar)-.15 E(gets be)-.18 E
+(gin with ".. __:"; no reference name is required or allo)-.15 E(wed:)
+-.25 E(2)535 768 Q 0 Cg EP
+%%Trailer
+end
+%%EOF
Added: trunk/sandbox/manpage-writer/expected-mandoc/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.ps (rev 0)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.ps 2024-03-24 17:26:00 UTC (rev 9583)
@@ -0,0 +1,292 @@
+%!PS-Adobe-3.0
+%%DocumentData: Clean7Bit
+%%Orientation: Portrait
+%%Pages: (atend)
+%%PageOrder: Ascend
+%%DocumentMedia: man-Letter 612 790 0 () ()
+%%DocumentNeededResources: font Times-Roman Times-Bold Times-Italic Times-BoldItalic
+%%DocumentSuppliedResources: procset MandocProcs 1.0 0
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset MandocProcs 10170 10170
+/fs 11 def
+/f0 { /Times-Roman fs selectfont } def
+/f1 { /Times-Bold fs selectfont } def
+/f2 { /Times-Italic fs selectfont } def
+/f3 { /Times-BoldItalic fs selectfont } def
+/s { 3 1 roll moveto show } bind def
+/c { exch currentpoint exch pop moveto show } bind def
+%%EndResource
+%%EndProlog
+%%BeginSetup
+%%BeginFeature: *PageSize Letter
+<</PageSize [612 790]>>setpagedevice
+%%EndFeature
+%%EndSetup
+%%Page: 1 1
+f1
+68.024 702.988(NAME)s
+f0
+87.274 687.599(reference)s
+130.933(tests)c
+153.241(-)c
+f1
+68.024 656.821(HOW)s
+98.890(TO)c
+117.535(MARKUP)c
+f0
+87.274 641.432(link)s
+107.140(adr)c
+123.937(in)c
+135.245(.UR)c
+156.024(.UE)c
+176.187(or)c
+188.100(simply)c
+220.803(in)c
+232.111(parantheses)c
+87.274 610.654(+)s
+87.626(o)c
+98.978(man)c
+120.670(and)c
+139.304(mandoc)c
+176.880(convert)c
+212.619(UR/UE)c
+248.369(to)c
+f1
+259.677(<)c
+f0
+268.697(and)c
+f1
+287.331(>)c
+f0
+293.601(.)c
+87.274 579.876(+)s
+87.626(o)c
+98.978(pandoc)c
+133.496(transforms)c
+117.524 549.098(See)s
+136.158(the)c
+152.350(`Python)c
+189.937(home)c
+217.129(page)c
+240.647(<https://www.python.org>`_)c
+370.084(for)c
+385.660(info.)c
+132.814 518.320(to)s
+117.524 487.542(see)s
+134.321(See)c
+152.955(the)c
+169.147(Python)c
+203.071(home)c
+230.263(page)c
+253.781(\(https://www.python.org\))c
+368.973(for)c
+384.549(info.)c
+f1
+68.024 456.764(TEST)s
+98.901(FOR)c
+124.872(REFERENCES)c
+201.575(IN)c
+216.546(MAN)c
+245.564(PAGES)c
+f0
+87.274 441.375(embedded)s
+135.234(in)c
+146.542(a)c
+154.176(paragraph)c
+87.274 410.597(+)s
+87.626(o)c
+98.978(at)c
+109.670(line)c
+128.920(start)c
+87.274 379.819(+)s
+87.626(o)c
+98.978(in)c
+110.286(line)c
+87.274 349.041(+)s
+87.626(o)c
+98.978(at)c
+109.670(eol)c
+118.415 318.263(at)s
+129.107(start)c
+150.799(of)c
+162.712(paragraph)c
+87.274 287.485(+)s
+87.626(o)c
+98.978(followed)c
+140.833(by)c
+154.583(text)c
+87.274 256.707(+)s
+87.626(o)c
+98.978(at)c
+109.670(eol)c
+118.415 225.929(at)s
+129.107(end)c
+147.741(of)c
+159.654(paragraph)c
+f1
+68.024 195.151(TESTS)s
+f0
+87.274 179.762(See)s
+105.908(<https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit-markup>)c
+87.274 148.984(for)s
+102.850(more)c
+87.274 118.206(See)s
+105.908(the)c
+122.100(Python)c
+156.024(home)c
+183.216(page)c
+206.734(<https://www.python.org>)c
+90.024 102.817(for)s
+105.600(info.)c
+f0
+68.024 739.233(REFERENCE)s
+133.727(TESTS\(\))c
+438.834(REFERENCE)c
+504.537(TESTS\(\))c
+438.834 36.245(REFERENCE)s
+504.537(TESTS\(\))c
+showpage
+%%Page: 2 2
+f0
+87.274 702.988(External)s
+127.292(hyperlinks,)c
+179.234(like)c
+198.484(Python)c
+232.408(<https://www.python.org>)c
+352.682(.)c
+87.274 672.210(Want)s
+113.850(to)c
+125.158(learn)c
+149.897(about)c
+177.089(my)c
+193.897(favorite)c
+230.857(programming)c
+293.491(language)c
+335.951(<https://www.python.org>)c
+456.225(?)c
+87.274 641.432(Clicking)s
+127.919(on)c
+141.669(this)c
+160.314(internal)c
+196.669(hyperlink)c
+241.582(will)c
+261.448(take)c
+282.524(us)c
+295.053(to)c
+306.361(the)c
+322.553(<target>)c
+87.274 610.654(below.)s
+87.274 579.876(The)s
+107.129(hyperlink)c
+152.042(target)c
+179.839(above)c
+208.857(points)c
+238.502(to)c
+249.810(this)c
+268.455(paragraph.)c
+87.274 549.098(+)s
+87.626(o)c
+98.978(bullet)c
+126.786(list)c
+87.274 518.320(+)s
+87.626(o)c
+98.978(second)c
+132.275(item,)c
+157.333(with)c
+179.641(hyperlink)c
+224.554(target.)c
+118.415 487.542(See)s
+137.049(the)c
+153.241(Python)c
+187.165(<https://www.python.org>)c
+121.165 472.153(home)s
+148.357(page)c
+171.875(for)c
+187.451(info.)c
+118.415 425.986(Write)s
+146.212(to)c
+157.520(me)c
+173.712(<mailto:[email protected]>)c
+121.165 410.597(with)s
+143.473(your)c
+166.386(questions.)c
+118.415 379.819(The)s
+138.270(one-liner)c
+180.730(<https://docutils.sourceforge.io/rst.html>)c
+121.165 364.430(and)s
+139.799(starts-on-this-line)c
+220.154(<https://docutils.sourceforge.net/rst.html>)c
+121.165 349.041(or)s
+133.078(entirely-below)c
+199.980(<https://docutils.sourceforge.net/rst.html>)c
+121.165 333.652(point)s
+146.531(to)c
+157.839(<https://docutils.sourceforge.io/rst.html>)c
+121.165 318.263(and)s
+139.799(in)c
+151.107(man)c
+172.799(are)c
+188.980(...)c
+199.980(?)c
+118.415 287.485(Escaped)s
+157.817(whitespace)c
+209.440(is)c
+219.527(preserved)c
+265.034(as)c
+276.947(intentional)c
+326.755(spaces,)c
+360.965(e.g.:)c
+118.415 256.707(some)s
+144.386(reference)c
+188.045(<../local>)c
+121.165 241.318(to)s
+132.473(a)c
+140.107(local)c
+164.241(path.)c
+118.415 210.540(Anonymous)s
+174.944(hyperlink)c
+219.857(references)c
+267.795(are)c
+283.976(specified)c
+326.436(with)c
+348.744(two)c
+367.994(underscores)c
+423.280(instead)c
+457.193(of)c
+469.106(one:)c
+118.415 179.762(See)s
+137.049(the)c
+153.241(web)c
+174.317(site)c
+192.346(of)c
+204.259(my)c
+221.067(favorite)c
+258.027(programming)c
+320.661(language)c
+363.121(<https://www.python.org>)c
+483.395(.)c
+118.415 148.984(Anonymous)s
+174.944(targets)c
+207.020(begin)c
+234.212(with)c
+256.520("..)c
+269.258(__:";)c
+293.612(no)c
+307.362(reference)c
+351.021(name)c
+377.597(is)c
+387.684(required)c
+427.086(or)c
+438.999(allowed:)c
+f0
+68.024 739.233(REFERENCE)s
+133.727(TESTS\(\))c
+438.834(REFERENCE)c
+504.537(TESTS\(\))c
+438.834 36.245(REFERENCE)s
+504.537(TESTS\(\))c
+showpage
+%%Trailer
+%%Pages: 2
+%%EOF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.