File: mergeall-products/unzipped/test/ziptools/docetc/1.1-upgrades/platform-demos/windows-py2x-islink-fail.txt

C:\Users\some\Desktop\testzip-unzip\3x-unzip-fromux\UNIONsub\cgi>py -3
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.path.islink('FILELINK1')
True
>>> os.path.islink('DIRLINK1')
True
>>> ^Z

C:\Users\some\Desktop\testzip-unzip\3x-unzip-fromux\UNIONsub\cgi>py -2
Python 2.7.17 (v2.7.17:c2f86d86e6, Oct 19 2019, 21:01:17) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.path.islink('FILELINK1')
False
>>> os.path.islink('DIRLINK1')
False
>>> ^Z



[Home page] Books Code Blog Python Author Train Find ©M.Lutz