summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stadelmann <dev@genodeftest.de>2020-01-25 15:12:33 +0100
committerChristian Stadelmann <dev@genodeftest.de>2020-01-25 15:12:33 +0100
commit4f4dab428ac5d077f5a6992c21c55eb5266b78f8 (patch)
tree3768c21650091489b56ae5e65e13f64f1bd77025
parent091b5eb27131d446119fef3a84488636de25f9c7 (diff)
downloadpygobject-4f4dab428ac5d077f5a6992c21c55eb5266b78f8.tar.gz
Doc: Remove reference to a fixed bug
-rw-r--r--docs/guide/api/basic_types.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/guide/api/basic_types.rst b/docs/guide/api/basic_types.rst
index b41fee91..6248f942 100644
--- a/docs/guide/api/basic_types.rst
+++ b/docs/guide/api/basic_types.rst
@@ -40,9 +40,6 @@ Platform String Types
* Unix + Python 2: :obj:`str`
* Unix + Python 3: :obj:`str`
-On Python 3 there is currently no support for :obj:`bytes`, see `bug 746564
-<https://bugzilla.gnome.org/show_bug.cgi?id=746564>`__ for more details.
-
Other Types
-----------