~pythonregexp2.7/python/issue2636-24

« back to all changes in this revision

Viewing changes to Doc/library/ftplib.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 13:47:31 UTC
  • mfrom: (39021.1.404 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921134731-rudomuzeh1b2tz1y
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
 
317
317
   Send a ``QUIT`` command to the server and close the connection. This is the
318
318
   "polite" way to close a connection, but it may raise an exception of the server
319
 
   reponds with an error to the ``QUIT`` command.  This implies a call to the
 
319
   responds with an error to the ``QUIT`` command.  This implies a call to the
320
320
   :meth:`close` method which renders the :class:`FTP` instance useless for
321
321
   subsequent calls (see below).
322
322