Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/decode_base64.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 02:45:45 2016
Кодировка:
Python: module decode_base64
 
 
decode_base64
index
decode_base64.py

PURPOSE --
Convert the base64 formatted TUT Report into ASCII
 
DEVELOPER --
Alan Patterson
 
MODIFICATION HISTORY --
Initial implementation 02/02 based on DECODE_BINHEX
 
Mods to work on VMS as well as Unix in the SPST enviroment - MDR 1/00

 
Modules
       
base64
fileinput
string
sys

 
Functions
       
run(infile, outfile)
Main function for DECODE_BASE64.PY