Skip to content

Commit 79623c8

Browse files
committed
Update Examples-README, add issue links for examples broken on Mac
1 parent 170b094 commit 79623c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Examples-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ workarounds.
4040
- [gtk2.py](gtk2.py): example for [PyGTK](http://www.pygtk.org/)
4141
library (GTK 2)
4242
- [gtk3.py](gtk3.py): example for [PyGObject/PyGI](https://wiki.gnome.org/Projects/PyGObject)
43-
library (GTK 3). Currently broken on Mac.
43+
library (GTK 3). Currently broken on Mac ([#310](../../../issues/310)).
4444
- [qt.py](qt.py): example for [PyQt4](https://wiki.python.org/moin/PyQt4),
4545
[PyQt5](https://pypi.python.org/pypi/PyQt5)
4646
and [PySide](https://wiki.qt.io/PySide) libraries
4747
- [tkinter_.py](tkinter_.py): example for [Tkinter](https://wiki.python.org/moin/TkInter).
48-
Currently broken on Mac.
48+
Currently broken on Mac ([#309](../../../issues/309)).
4949
- [wxpython.py](wxpython.py): example for [wxPython](https://wxpython.org/)
5050
toolkit
5151

0 commit comments

Comments
 (0)