New issue 2633: Cannot import BeautifulSoup from bs4 on pypy3 5.8.0
https://bitbucket.org/pypy/pypy/issues/2633/cannot-import-beautifulsoup-from-bs4-on
Nick Malaguti:
```
$ docker run -it pypy:3-5.8.0 bash
root@11a1fb75b382:/# pip install beautifulsoup4
Collecting beautifulsoup4
Downloading bea
New issue 2634: datetime example where pypy3 is 30x slower (and pypy2 is 3x
slower)
https://bitbucket.org/pypy/pypy/issues/2634/datetime-example-where-pypy3-is-30x-slower
Nathaniel Smith:
Test script adapted from gh16ito on IRC:
```python
# -*- encoding: utf-8 -*-
import time
from datetime impor