]> granicus.if.org Git - python/log
python
11 years agoIssue #20101: Merge with 3.3
Zachary Ware [Thu, 2 Jan 2014 15:43:09 +0000 (09:43 -0600)]
Issue #20101: Merge with 3.3

11 years agoIssue #20101: Allow test_monotonic to pass on Windows machines on which
Zachary Ware [Thu, 2 Jan 2014 15:41:10 +0000 (09:41 -0600)]
Issue #20101: Allow test_monotonic to pass on Windows machines on which
time.get_clock_info('monotonic').resolution == 0.015600099999999999

This is just a workaround pending a real resolution to #20101.

11 years agoUpdate pip to the released 1.5
Donald Stufft [Thu, 2 Jan 2014 14:33:35 +0000 (09:33 -0500)]
Update pip to the released 1.5

11 years agoIssue #19728: Enable pip installation by default on Windows.
Martin v. Löwis [Thu, 2 Jan 2014 13:12:30 +0000 (14:12 +0100)]
Issue #19728: Enable pip installation by default on Windows.

11 years ago(Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters
Victor Stinner [Thu, 2 Jan 2014 11:53:50 +0000 (12:53 +0100)]
(Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters
(delimiter, escapechar, quotechar)

11 years agoIssue #18829: Add tests for the csv module for invalid characters (delimiter,
Victor Stinner [Thu, 2 Jan 2014 11:53:13 +0000 (12:53 +0100)]
Issue #18829: Add tests for the csv module for invalid characters (delimiter,
escapechar, quotechar)

11 years agothreading.RLock._acquire_restore() now raises a TypeError instead of a
Victor Stinner [Thu, 2 Jan 2014 11:47:24 +0000 (12:47 +0100)]
threading.RLock._acquire_restore() now raises a TypeError instead of a
SystemError when it is not called with 2 arguments

11 years ago(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner [Thu, 2 Jan 2014 10:50:10 +0000 (11:50 +0100)]
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error

Fix typo: "os" format => "Os"

11 years agoparser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner [Thu, 2 Jan 2014 10:49:27 +0000 (11:49 +0100)]
parser: fix usage of Py_BuildValue() to build a parser error

Fix typo: "os" format => "Os"

11 years agoUpdate copyright dates in Mac plists.
Ned Deily [Wed, 1 Jan 2014 21:06:02 +0000 (13:06 -0800)]
Update copyright dates in Mac plists.

11 years agoUpdate copyright dates in Mac plists.
Ned Deily [Wed, 1 Jan 2014 21:05:03 +0000 (13:05 -0800)]
Update copyright dates in Mac plists.

11 years agomerge 3.3
Benjamin Peterson [Wed, 1 Jan 2014 04:02:41 +0000 (22:02 -0600)]
merge 3.3

11 years agoupdate copyright year
Benjamin Peterson [Wed, 1 Jan 2014 04:02:22 +0000 (22:02 -0600)]
update copyright year

11 years agoIssue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou [Wed, 1 Jan 2014 01:51:58 +0000 (02:51 +0100)]
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.

11 years agoIssue #20055: Fix test_shutil under Windows with symlink privileges held.
Antoine Pitrou [Wed, 1 Jan 2014 01:50:45 +0000 (02:50 +0100)]
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.

11 years agoMerge: Clarify the wording of a news entry.
R David Murray [Tue, 31 Dec 2013 22:34:40 +0000 (17:34 -0500)]
Merge: Clarify the wording of a news entry.

11 years agoClarify the wording of a news entry.
R David Murray [Tue, 31 Dec 2013 22:33:47 +0000 (17:33 -0500)]
Clarify the wording of a news entry.

11 years agowhatsnew: mock called_with improvements, socket CAN_BCM support.
R David Murray [Tue, 31 Dec 2013 21:04:50 +0000 (16:04 -0500)]
whatsnew: mock called_with improvements, socket CAN_BCM support.

Also reworded the other entries in the socket section of whatsnew, as
well as a couple of unrelated news entries.

11 years agowhatsnew: random.getrandbits performance.
R David Murray [Tue, 31 Dec 2013 20:06:05 +0000 (15:06 -0500)]
whatsnew: random.getrandbits performance.

Also fix a NEWS file issue number error, and some spacing fixes in whatsnew.

11 years agowhatsnew: afic.open supports 'with'.
R David Murray [Tue, 31 Dec 2013 18:45:38 +0000 (13:45 -0500)]
whatsnew: afic.open supports 'with'.

11 years agoMerge with 3.3
Zachary Ware [Tue, 31 Dec 2013 18:10:24 +0000 (12:10 -0600)]
Merge with 3.3

11 years agostr subclasses may have non-empty __slots__, bytes subclasses can't.
Zachary Ware [Tue, 31 Dec 2013 18:09:26 +0000 (12:09 -0600)]
str subclasses may have non-empty __slots__, bytes subclasses can't.

11 years agowhatsnew: argparse FileType accepts errors and encodings args.
R David Murray [Tue, 31 Dec 2013 16:18:01 +0000 (11:18 -0500)]
whatsnew: argparse FileType accepts errors and encodings args.

11 years agowhatsnew: epoll supports with.
R David Murray [Tue, 31 Dec 2013 16:17:21 +0000 (11:17 -0500)]
whatsnew: epoll supports with.

Also reworded the description of the feature in the docs.

11 years agoUpdate setuptools to 2.0.2
Donald Stufft [Tue, 31 Dec 2013 11:52:47 +0000 (06:52 -0500)]
Update setuptools to 2.0.2

11 years agoUpdate pip to 1.5rc4
Donald Stufft [Tue, 31 Dec 2013 11:49:54 +0000 (06:49 -0500)]
Update pip to 1.5rc4

11 years agoIssue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)
Zachary Ware [Mon, 30 Dec 2013 21:09:20 +0000 (15:09 -0600)]
Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)

11 years agoIssue19619: skip zlib error test when zlib not available
Zachary Ware [Mon, 30 Dec 2013 20:54:11 +0000 (14:54 -0600)]
Issue19619: skip zlib error test when zlib not available

11 years agoIssue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)
Zachary Ware [Mon, 30 Dec 2013 20:39:46 +0000 (14:39 -0600)]
Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)

11 years agoFixed typo (thx Arfrever)
Christian Heimes [Mon, 30 Dec 2013 08:33:46 +0000 (09:33 +0100)]
Fixed typo (thx Arfrever)

11 years agoCloses issue 20031. Document unittest.TextTestRunner.run method.
Michael Foord [Sun, 29 Dec 2013 23:38:55 +0000 (23:38 +0000)]
Closes issue 20031. Document unittest.TextTestRunner.run method.

11 years agowhatsnew: abc.ABC. Also add issue number to news entry and reword.
R David Murray [Sun, 29 Dec 2013 04:15:12 +0000 (23:15 -0500)]
whatsnew: abc.ABC.  Also add issue number to news entry and reword.

11 years agoBackporing the fix from Issue #12692
Senthil Kumaran [Sun, 29 Dec 2013 01:36:18 +0000 (17:36 -0800)]
Backporing the fix from Issue #12692

11 years agoIssue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather...
Antoine Pitrou [Sat, 28 Dec 2013 16:26:33 +0000 (17:26 +0100)]
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.

11 years agoAdd context to a json NEWS entry.
R David Murray [Fri, 27 Dec 2013 22:08:18 +0000 (17:08 -0500)]
Add context to a json NEWS entry.

11 years ago#12692: null merge with 3.3
Senthil Kumaran [Sun, 29 Dec 2013 01:37:38 +0000 (17:37 -0800)]
#12692: null merge with 3.3

11 years agoFix breakage in TestSuite.countTestCases() introduced by issue #11798.
Antoine Pitrou [Sat, 28 Dec 2013 19:37:58 +0000 (20:37 +0100)]
Fix breakage in TestSuite.countTestCases() introduced by issue #11798.

11 years agoIssue #19918: Fix PurePath.relative_to() under Windows.
Antoine Pitrou [Sat, 28 Dec 2013 18:49:04 +0000 (19:49 +0100)]
Issue #19918: Fix PurePath.relative_to() under Windows.

11 years agoExport asyncio.iscoroutine[function].
Guido van Rossum [Sat, 28 Dec 2013 18:06:40 +0000 (08:06 -1000)]
Export asyncio.iscoroutine[function].

11 years agoIssue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather...
Antoine Pitrou [Sat, 28 Dec 2013 16:30:51 +0000 (17:30 +0100)]
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.

11 years agoIssue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.
Antoine Pitrou [Sat, 28 Dec 2013 15:57:37 +0000 (16:57 +0100)]
Issue #19648: implement empty tests in pickletester.  Patch by Gennadiy Zlobin.

11 years agowhatsnew: rewrite urllib, doctest, and poplib sections.
R David Murray [Fri, 27 Dec 2013 22:01:16 +0000 (17:01 -0500)]
whatsnew: rewrite urllib, doctest, and poplib sections.

Also collapse redundant versionadded/versionchanged markup in
poplib.stls entry.

11 years agowhatsnew: importlib cleanup and source_to_code add; python partial impl.
R David Murray [Fri, 27 Dec 2013 19:06:15 +0000 (14:06 -0500)]
whatsnew: importlib cleanup and source_to_code add; python partial impl.

11 years agoMostly-null merge of #18116 backport (updated NEWS entry).
R David Murray [Fri, 27 Dec 2013 16:43:42 +0000 (11:43 -0500)]
Mostly-null merge of #18116 backport (updated NEWS entry).

11 years ago#18116: backport fix to 3.3 since real-world failure mode demonstrated.
R David Murray [Fri, 27 Dec 2013 16:24:32 +0000 (11:24 -0500)]
#18116: backport fix to 3.3 since real-world failure mode demonstrated.

In issue 20074 it was pointed out that getpass would fail with a traceback if
stdin was, for example /dev/null, which is a non-unlikely scenario.

Also backported the tests from issue 17484 as modified by issue 18116.

(What I really did was copy getpass.py and test_getpass.py from their
state on tip as of 17bd04fbf3d3).

11 years agoUpdate bundled pip to 1.5rc3
Donald Stufft [Fri, 27 Dec 2013 07:07:49 +0000 (02:07 -0500)]
Update bundled pip to 1.5rc3

11 years agoIssue #20046: Locale alias table no longer contains entities which can be
Serhiy Storchaka [Thu, 26 Dec 2013 22:56:53 +0000 (00:56 +0200)]
Issue #20046: Locale alias table no longer contains entities which can be
calculated.  Generalized support of the euro modifier.

11 years agowhatsnew for gc.get_stats, plus doc tweaks.
R David Murray [Thu, 26 Dec 2013 20:11:28 +0000 (15:11 -0500)]
whatsnew for gc.get_stats, plus doc tweaks.

Clarified the "At the moment" wording, and added the get_stats entry in the
module summary that Serhiy noted was missing at the end of issue 16351.

Given that pydoc lists all the function docstrings, I'm not sure that module
summary section is actually needed; but, it is probably better to address that
when the module is converted to use Argument Clinic.  In the meantime we
should keep the list complete.

11 years agoIssue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka [Thu, 26 Dec 2013 19:21:52 +0000 (21:21 +0200)]
Issue #20027: Fixed locale aliases for devanagari locales.

11 years agoIssue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka [Thu, 26 Dec 2013 19:20:59 +0000 (21:20 +0200)]
Issue #20027: Fixed locale aliases for devanagari locales.

11 years agoIssue #20067: Tkinter variables now work when wantobjects is false.
Serhiy Storchaka [Thu, 26 Dec 2013 18:06:43 +0000 (20:06 +0200)]
Issue #20067: Tkinter variables now work when wantobjects is false.

11 years agoIssue #20067: Tkinter variables now work when wantobjects is false.
Serhiy Storchaka [Thu, 26 Dec 2013 18:06:05 +0000 (20:06 +0200)]
Issue #20067: Tkinter variables now work when wantobjects is false.

11 years ago- Issue #20070: Don't run test_urllib2net when network resources are not
doko@ubuntu.com [Thu, 26 Dec 2013 16:37:11 +0000 (17:37 +0100)]
- Issue #20070: Don't run test_urllib2net when network resources are not
  enabled.

11 years agoIssue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
Zachary Ware [Thu, 26 Dec 2013 15:55:24 +0000 (09:55 -0600)]
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
disabled since 3.0 due to the changes in listcomp handling.

11 years agoIssue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
Zachary Ware [Thu, 26 Dec 2013 15:53:49 +0000 (09:53 -0600)]
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
disabled since 3.0 due to the changes in listcomp handling.

11 years agoshelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
R David Murray [Thu, 26 Dec 2013 04:21:03 +0000 (23:21 -0500)]
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.

Also added versionadded for for fish/csh, fixed indentation of versionadded
for ElementTree.write, and make the behavior of shelf as a context manager
explicit in the docs.

11 years agotest_debug in test_tkinter/test_text no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:36:20 +0000 (17:36 +0200)]
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.

11 years agotest_debug in test_tkinter/test_text no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:35:24 +0000 (17:35 +0200)]
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.

11 years agoIssue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:29:41 +0000 (17:29 +0200)]
Issue #19320: test_tcl no longer fails when wantobjects is false.

11 years agoIssue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka [Wed, 25 Dec 2013 15:29:01 +0000 (17:29 +0200)]
Issue #19320: test_tcl no longer fails when wantobjects is false.

11 years agoIssue #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka [Wed, 25 Dec 2013 14:36:43 +0000 (16:36 +0200)]
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.

11 years agoIssue #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka [Wed, 25 Dec 2013 14:35:38 +0000 (16:35 +0200)]
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.

11 years agoIssue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka [Wed, 25 Dec 2013 12:27:16 +0000 (14:27 +0200)]
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.

11 years agoIssue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka [Wed, 25 Dec 2013 12:24:35 +0000 (14:24 +0200)]
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.

11 years agopty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.
R David Murray [Wed, 25 Dec 2013 03:28:04 +0000 (22:28 -0500)]
pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.

11 years ago#16832: s/integer/object/ in docs/docstring, and add whatsnew entry.
R David Murray [Tue, 24 Dec 2013 21:13:32 +0000 (16:13 -0500)]
#16832: s/integer/object/ in docs/docstring, and add whatsnew entry.

11 years agoidle -n deprecation, fix case of pickle section.
R David Murray [Tue, 24 Dec 2013 20:59:57 +0000 (15:59 -0500)]
idle -n deprecation, fix case of pickle section.

11 years agoFix English in a NEWS entry.
R David Murray [Tue, 24 Dec 2013 20:41:45 +0000 (15:41 -0500)]
Fix English in a NEWS entry.

11 years agoMove IPv6 NEWS entry into correct section.
R David Murray [Tue, 24 Dec 2013 20:37:58 +0000 (15:37 -0500)]
Move IPv6 NEWS entry into correct section.

11 years agoNeaten up structure of major sections.
R David Murray [Tue, 24 Dec 2013 20:33:02 +0000 (15:33 -0500)]
Neaten up structure of major sections.

Also move tick_counter from deprecated section to removed section.

11 years agoMove no-longer-supported operating systems into 'removed' section.
R David Murray [Tue, 24 Dec 2013 19:59:50 +0000 (14:59 -0500)]
Move no-longer-supported operating systems into 'removed' section.

11 years agoUse title case for all section titles except module names.
R David Murray [Tue, 24 Dec 2013 19:51:25 +0000 (14:51 -0500)]
Use title case for all section titles except module names.

11 years agosys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away.
R David Murray [Tue, 24 Dec 2013 19:46:23 +0000 (14:46 -0500)]
sys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away.

11 years agoUse endash in PEP callouts.
R David Murray [Tue, 24 Dec 2013 17:35:59 +0000 (12:35 -0500)]
Use endash in PEP callouts.

Despite Serhiy's suggestion in issue18529, the emdash just looks
too long to me, at least in my browser.  This usage case is sort
of halfway between endash (connective) and emdash (pause/separator).

11 years agoMove argument clinic into its own section, like the other PEPs.
R David Murray [Tue, 24 Dec 2013 17:23:56 +0000 (12:23 -0500)]
Move argument clinic into its own section, like the other PEPs.

11 years agoMention Windows 2000 and OS/2 drops, python-config as shell script.
R David Murray [Tue, 24 Dec 2013 17:13:44 +0000 (12:13 -0500)]
Mention Windows 2000 and OS/2 drops, python-config as shell script.

11 years agoMention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
R David Murray [Tue, 24 Dec 2013 15:46:44 +0000 (10:46 -0500)]
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.

11 years agoRemoved spaces before colons and semicolons.
Serhiy Storchaka [Tue, 24 Dec 2013 09:04:36 +0000 (11:04 +0200)]
Removed spaces before colons and semicolons.

11 years agoMake the 'read on' sentence cover more ground.
R David Murray [Tue, 24 Dec 2013 02:30:06 +0000 (21:30 -0500)]
Make the 'read on' sentence cover more ground.

11 years agoMove other improvements and optimization sections above deprecated.
R David Murray [Tue, 24 Dec 2013 02:23:36 +0000 (21:23 -0500)]
Move other improvements and optimization sections above deprecated.

This arrangement means the sections that have summaries come
first, and everything else comes after those.

11 years agoCollapse 'python invocation changes' into 'other improvements'.
R David Murray [Tue, 24 Dec 2013 02:21:09 +0000 (21:21 -0500)]
Collapse 'python invocation changes' into 'other improvements'.

11 years agoLink new module summary entries to their description sections.
R David Murray [Tue, 24 Dec 2013 02:08:28 +0000 (21:08 -0500)]
Link new module summary entries to their description sections.

11 years agoRemoved spaces before colons and semicolons.
Serhiy Storchaka [Tue, 24 Dec 2013 09:05:24 +0000 (11:05 +0200)]
Removed spaces before colons and semicolons.

11 years agoMerge heads
Serhiy Storchaka [Tue, 24 Dec 2013 07:02:24 +0000 (09:02 +0200)]
Merge heads

11 years agoIssue #20033: makelocalealias.py now works with non-ASCII locales and produces
Serhiy Storchaka [Mon, 23 Dec 2013 16:56:31 +0000 (18:56 +0200)]
Issue #20033: makelocalealias.py now works with non-ASCII locales and produces
the same result as in 2.x.

11 years agoIssue #20033: makelocalealias.py now works with non-ASCII locales and produces
Serhiy Storchaka [Mon, 23 Dec 2013 16:56:08 +0000 (18:56 +0200)]
Issue #20033: makelocalealias.py now works with non-ASCII locales and produces
the same result as in 2.x.

11 years agoRemoved spaces before commas and periods.
Serhiy Storchaka [Mon, 23 Dec 2013 16:21:57 +0000 (18:21 +0200)]
Removed spaces before commas and periods.

11 years agoRemoved spaces before commas and periods.
Serhiy Storchaka [Mon, 23 Dec 2013 16:20:51 +0000 (18:20 +0200)]
Removed spaces before commas and periods.

11 years agoAdd pep 435 summary entry in new required features, and ensurepip description.
R David Murray [Mon, 23 Dec 2013 16:17:51 +0000 (11:17 -0500)]
Add pep 435 summary entry in new required features, and ensurepip description.

Also added a note about platform packagers not being required to install
pip by default, if they provide an appropriate pip hook, to the PEP
description section.

11 years agoAdd link to selectors description from its summary line.
R David Murray [Mon, 23 Dec 2013 15:32:02 +0000 (10:32 -0500)]
Add link to selectors description from its summary line.

11 years agoMake summary entry format consistent (always end with pep or issue in parens).
R David Murray [Mon, 23 Dec 2013 15:28:57 +0000 (10:28 -0500)]
Make summary entry format consistent (always end with pep or issue in parens).

11 years agoIssue #19744: improve ensurepip error when ssl is missing
Nick Coghlan [Mon, 23 Dec 2013 13:07:07 +0000 (23:07 +1000)]
Issue #19744: improve ensurepip error when ssl is missing

11 years agoIssue #19728: fix ensurepip name clash with submodule
Nick Coghlan [Mon, 23 Dec 2013 08:20:34 +0000 (18:20 +1000)]
Issue #19728: fix ensurepip name clash with submodule

Also added refactoring and added basic tests for the argument
parsing in both ensurepip._main and ensurepip._uninstall._main.

11 years agoFurther increase tolerance for slow buildbots
Nick Coghlan [Mon, 23 Dec 2013 08:17:20 +0000 (18:17 +1000)]
Further increase tolerance for slow buildbots

11 years agoIssue #19734: add missing NEWS entry
Nick Coghlan [Mon, 23 Dec 2013 07:42:02 +0000 (17:42 +1000)]
Issue #19734: add missing NEWS entry

11 years agoIssue #19734: ignore pip env vars in ensurepip._uninstall
Nick Coghlan [Mon, 23 Dec 2013 07:39:12 +0000 (17:39 +1000)]
Issue #19734: ignore pip env vars in ensurepip._uninstall

11 years agoClose #19734: ignore pip env vars in ensurepip
Nick Coghlan [Mon, 23 Dec 2013 06:16:07 +0000 (16:16 +1000)]
Close #19734: ignore pip env vars in ensurepip

11 years agoMention deprecation and porting sections in intro.
R David Murray [Mon, 23 Dec 2013 02:09:16 +0000 (21:09 -0500)]
Mention deprecation and porting sections in intro.

11 years agoReflow 'modulespec' paragraphs.
R David Murray [Mon, 23 Dec 2013 02:06:13 +0000 (21:06 -0500)]
Reflow 'modulespec' paragraphs.

11 years agoMake mailing list thread reference an inline link, reword i.e. abbreviation.
R David Murray [Mon, 23 Dec 2013 02:05:04 +0000 (21:05 -0500)]
Make mailing list thread reference an inline link, reword i.e. abbreviation.