Skip to content

Commit 6330b52

Browse files
committed
There have been a few new Python releases <wink> in the 2 years since
this tool was last touched! Update some of the introductory material and bump the version to 1.1.
1 parent 293f77a commit 6330b52

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

Tools/pynche/README

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pynche - The PYthonically Natural Color and Hue Editor
22

33
Contact: Barry A. Warsaw
44
Email: bwarsaw@python.org
5-
Version: 1.0
5+
Version: 1.1
66

77
Introduction
88

@@ -16,13 +16,12 @@ Introduction
1616
changed the name because these days, too many other systems have
1717
the acronym `ICE'.
1818

19-
Pynche has been tested with Python 1.5.x using Tk 8.0.x. It
20-
probably works with Python 1.5. I've tested it on both Solaris
21-
2.6 and Windows NT. There are some funky things that happen on
22-
Windows but I think they are primarily Tk problems. You'll want
23-
to be sure to have at least Tk 8.0.3 for Windows. Also, Pynche is
24-
very colormap intensive, so it doesn't work very well on 8-bit
25-
graphics cards. I'll probably fix that in the future.
19+
Pynche should work with Python 1.5.2, 2.0, or 2.1, using Tk 8.0.x.
20+
It's been tested on Solaris 2.6, Windows NT 4, and various Linux
21+
distros. You'll want to be sure to have at least Tk 8.0.3 for
22+
Windows. Also, Pynche is very colormap intensive, so it doesn't
23+
work very well on 8-bit graphics cards; 24bit+ graphics cards are
24+
so cheap these days, I'll probably never "fix" that.
2625

2726
Pynche must find a text database of colors names in order to
2827
provide `nearest' color matching. Pynche is distributed with an
@@ -359,8 +358,6 @@ To Do
359358

360359
- Better support for resizing the top level windows
361360

362-
- Better support on 8-bit screens
363-
364361
- More output views, e.g. color solids
365362

366363
- Have the notion of a `last color selected'; this may require a

0 commit comments

Comments
 (0)