@@ -1058,7 +1058,7 @@ use raw reads or ``os.read(file.fileno(), maxbytecount)``.
1058
1058
Book by Mark Lutz, has excellent coverage of Tkinter.
1059
1059
1060
1060
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/ >`_
1061
- Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
1061
+ Book by Mark Roseman about building attractive and modern graphical user interfaces with Python and Tkinter.
1062
1062
1063
1063
`Python and Tkinter Programming <https://www.manning.com/books/python-and-tkinter-programming >`_
1064
1064
Book by John Grayson (ISBN 1-884777-81-3).
@@ -1070,12 +1070,12 @@ use raw reads or ``os.read(file.fileno(), maxbytecount)``.
1070
1070
Change '8.6' to match the version of your Tcl/Tk installation.
1071
1071
1072
1072
`Tcl/Tk recent man pages <https://www.tcl.tk/doc/ >`_
1073
- Recent Tcl/Tk manuals on www.tcl.tk.
1073
+ Recent Tcl/Tk manuals on www.tcl.tk, which also hosts core development .
1074
1074
1075
- `ActiveState Tcl Home Page <http ://tcl .activestate.com/ >`_
1076
- The Tk/Tcl development is largely taking place at ActiveState .
1075
+ `ActiveState Tcl Home Page <https ://www .activestate.com/tcl / >`_
1076
+ Precompiled binaries of current versions of Tcl/Tk .
1077
1077
1078
- `Tcl and the Tk Toolkit <https://www.amazon .com/exec/obidos/ASIN/020163337X >`_
1078
+ `Tcl and the Tk Toolkit <https://www.tcltk-book .com/ >`_
1079
1079
Book by John Ousterhout, the inventor of Tcl.
1080
1080
1081
1081
`Practical Programming in Tcl and Tk <http://www.beedub.com/book/ >`_
0 commit comments