miketeo / pysmb

pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.
Other
341 stars 94 forks source link

pysmb: python3: SyntaxError #15

Closed vmurashev closed 10 years ago

vmurashev commented 10 years ago

Dear Author,

Here some concerns from python-interpreter about syntax errors in python3/nmb/NetBIOSProtocol.py

File "nmb/NetBIOSProtocol.py", line 119 expired = filter(lambda (trn_id, (expiry_time, name, d)): expiry_time < now, self.pending_trns.iteritems()) ^ SyntaxError: invalid syntax

miketeo commented 10 years ago

Fixed in pysmb 1.1.12