comparison src/testdir/test87.ok @ 4704:542af01979be v7.3.1099

updated for version 7.3.1099 Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 18:20:17 +0200
parents 2db005052371
children bf917ee1fad2
comparison
equal deleted inserted replaced
4703:2d9d2b3b10b8 4704:542af01979be
416 ['a', 'dup_a'] 416 ['a', 'dup_a']
417 ['a', 'a'] 417 ['a', 'a']
418 ['a', 'b', 'c'] 418 ['a', 'b', 'c']
419 [2, 2] 419 [2, 2]
420 [2, 2] 420 [2, 2]
421 b'testdir'
422 test87.in
423 b'src'
424 testdir/test87.in
425 b'testdir'
426 test87.in
421 > Output 427 > Output
422 >> OutputSetattr 428 >> OutputSetattr
423 del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError("can't delete OutputObject attributes",)) 429 del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError("can't delete OutputObject attributes",))
424 sys.stdout.softspace = []:(<class 'TypeError'>, TypeError('softspace must be an integer',)) 430 sys.stdout.softspace = []:(<class 'TypeError'>, TypeError('softspace must be an integer',))
425 sys.stdout.attr = None:(<class 'AttributeError'>, AttributeError('invalid attribute',)) 431 sys.stdout.attr = None:(<class 'AttributeError'>, AttributeError('invalid attribute',))