(Contributed by Benjamin Peterson and Antoine Pitrou.)
-* The :mod:`io` module has three new constants for :meth:`seek`:
+* The :mod:`io` module has three new constants for the :meth:`seek`
method :data:`SEEK_SET`, :data:`SEEK_CUR`, and :data:`SEEK_END`.
* The :attr:`sys.version_info` tuple is now a named tuple::
* Deprecated :cfunc:`PyNumber_Int`. Use :cfunc:`PyNumber_Long` instead.
- (Contributed by Mark Dickinson; :issue;`4910`.)
+ (Contributed by Mark Dickinson; :issue:`4910`.)