Hi,
When compiling vim 7.4.169 with Python 3.4 beta3, test87 fails with:
[ 464s] # Check if the test.out file matches test.ok.
[ 464s] 535,536c535,536
[ 464s] < import xxx_no_such_module_xxx:(<class 'ImportError'>,
ImportError('spec missing loader',))
[ 464s] < import failing_import:(<class 'ImportError'>, ImportError('spec
missing loader',))
[ 464s] ---
[ 464s] > import xxx_no_such_module_xxx:(<class 'ImportError'>,
ImportError('No module named xxx_no_such_module_xxx',))
[ 464s] > import failing_import:(<class 'ImportError'>, ImportError('No module
named failing_import',))
This might be more than just a changed error message though. Looks like
imp.find_module is now deprecated, see
http://docs.python.org/3.4/library/imp.html?highlight=find_module#imp.find_module
and the replacement is importlib.util.find_spec (
http://docs.python.org/3.4/library/importlib.html#importlib.util.find_spec ).
Thanks,
ismail
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.