Skip to content

Commit eb9dfaf

Browse files
committed
Last fiddles for 3.5b1
1 parent e142563 commit eb9dfaf

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ zipmods.zip
2424

2525
# Stuff in the doc directory.
2626
_build
27+
sample_html_beta

allkits.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@REM Build all the kits for coverage.py
22
@REM Add "upload" onto the command line to also upload.
3-
for %%v in (23 24 25 26 27 31 32) do (
4-
call \ned\bin\switchpy c:\vpy\coverage\%%v
3+
for %%v in (26 27 31 32) do (
4+
call switchpy c:\vpy\coverage\%%v
55
python setup.py bdist_wininst %1
66
)
77

8-
call \ned\bin\switchpy c:\vpy\coverage\26
8+
call switchpy c:\vpy\coverage\26
99
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ not.
3535
.. ifconfig:: prerelease
3636

3737
The latest version is coverage.py 3.5b1, released 5 June 2011.
38-
This is a pre-release build. The usual warnings about possible bugs apply.
38+
*This is a pre-release build. The usual warnings about possible bugs apply.*
3939
It is supported on Python versions 2.3 through 3.2.
4040
The latest stable version is coverage.py 3.4, `described here`_.
4141

42-
.. _described here: http://nedbatchelder.com/code.coverage
42+
.. _described here: http://nedbatchelder.com/code/coverage
4343

4444

4545
Quick start

howto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$ make publishbeta
2929
- ELSE:
3030
- Build and publish docs:
31-
$ make px publish
31+
$ make publish
3232
- Kits:
3333
- source .tgz and windows .exe for each Python
3434
- $ allkits.cmd

0 commit comments

Comments
 (0)