forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
332 B
Text
6 lines
332 B
Text
filelike is a Python module for building and manipulating file-like
|
|
objects.
|
|
This module takes care of the groundwork for implementing and manipulating
|
|
objects that provide a rich file-like interface, including reading,
|
|
writing, seeking and iteration. It also provides a number of useful
|
|
classes built on top of this functionality.
|