gopherlib deprecated in 2.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Szabolcs Nagy

    #1

    gopherlib deprecated in 2.5

    I've just seen that gopherlib is deprecated in python 2.5


    we still use this protocol (though there are only few working gopher
    servers are left on the net)

    My friend just wrote a standard compliant gopher server (pygopherd had
    some problems oslt) and it's much better for hierarchycal content
    sharing than the http (which is overrated and misused in this respect).

    So i don't really understand why would one remove it from python. It's
    a friendly, tiny, simple, standard protocol.

    what is the opinion of the comp.lang.pytho n crowd?

  • Terry Reedy

    #2
    Re: gopherlib deprecated in 2.5


    "Szabolcs Nagy" <nszabolcs@gmai l.comwrote in message
    news:1164189280 .934651.290790@ m7g2000cwm.goog legroups.com...
    I've just seen that gopherlib is deprecated in python 2.5

    >
    we still use this protocol (though there are only few working gopher
    servers are left on the net)
    >
    My friend just wrote a standard compliant gopher server (pygopherd had
    some problems oslt) and it's much better for hierarchycal content
    sharing than the http (which is overrated and misused in this respect).
    >
    So i don't really understand why would one remove it from python. It's
    a friendly, tiny, simple, standard protocol.
    The devolopers thought that perhaps gopherlib was unused in new or
    updated-to-new releases code. Even if it is by a few, there is still the
    question of whether gopherlib should be in the stdlib in preference to
    modules that would be useful to more people or whether it should be a
    downloadable module at PyPI. The latter would require someone to take
    ownership of it.

    You might consider posting a note on py dev (easily accessible via gmane)
    to let them know there is at least one current user.

    Terry Jan Reedy



    Comment

    Working...