HomeSort by relevance Sort by last modified time
    Searched refs:nntp_version (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_nntplib.py 207 self.assertGreaterEqual(self.server.nntp_version, 2)
806 if self.nntp_version == 2:
1203 nntp_version = 1 variable in class:NNTPv1Tests
1216 nntp_version = 2 variable in class:NNTPv2Tests
1239 nntp_version = 2 variable in class:CapsAfterLoginNNTPv2Tests
1253 nntp_version = 2 variable in class:SendReaderNNTPv2Tests
    [all...]
  /external/python/cpython3/Lib/
nntplib.py 387 self.nntp_version = 1
399 self.nntp_version = max(map(int, caps['VERSION']))
575 date_str, time_str = _unparse_datetime(date, self.nntp_version < 2)
592 date_str, time_str = _unparse_datetime(date, self.nntp_version < 2)
    [all...]

Completed in 413 milliseconds