Skip to content
Avatar

Achievements

Achievements

Organizations

@zzb-de @zfutura
Block or Report

Block or report srittau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Python HTML 5 Generator

    Python 15 4

  2. Stand-alone Assertions for Python

    Python 10

  3. SMTP server for testing mail functionality

    Python 4

  4. XML Unit Test Runner for Python

    Python 3 3

  5. Forked from python/peps

    Python Enhancement Proposals

    Python 3

  6. docker-wsgi-base Public archive

    Docker container for Apache with mod_wsgi and Python 3.7

    Dockerfile 2 1

1,879 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

February 2022

Created a pull request in python/typeshed that received 4 comments

is_zipfile() also accepts bytes paths

Use a protocol for is_zipfile(), instead of IO

+8 −2 4 comments
Reviewed 28 pull requests in 3 repositories
python/typeshed 22 pull requests
python/typing 4 pull requests
PyCQA/flake8-pyi 2 pull requests

Created an issue in PyCQA/flake8-pyi that received 1 comment

Enforce PEP 570-style positional only syntax

flake8-pyi should forbid old-style positional only syntax. I.e., instead of def foo(__bar): ... the following should be used: def foo(bar, /): .... I…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.