選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

8 行
175 B

  1. import sys
  2. # https://www.python.org/dev/peps/pep-0396/
  3. __version__ = '0.4.7'
  4. if sys.version_info[:2] < (2, 4):
  5. raise RuntimeError('PyASN1 requires Python 2.4 or later')