Skip to content

Instantly share code, notes, and snippets.

@max-k
max-k / msg_ids.txt
Created July 20, 2017 12:52 — forked from durden/msg_ids.txt
pylint message ids
C0102: Black listed name "%s"
C0103: Invalid %s name "%s"
C0111: Missing %s docstring
C0112: Empty %s docstring
C0121: Missing required attribute "%s"
C0202: Class method %s should have cls as first argument
C0203: Metaclass method %s should have mcs as first argument
C0204: Metaclass class method %s should have %s as first argument
C0301: Line too long (%s/%s)
C0302: Too many lines in module (%s)
@max-k
max-k / 0001-Integrate-expat-2.2-compatibility-patch-issue-27369.patch
Created July 19, 2016 09:09
Archlinux python26 2.6.9-8 package update to make it work with expat 2.2
From 8e92d83327b3df598a7be5431e810724d36bda3f Mon Sep 17 00:00:00 2001
From: Thomas Sarboni <tsarboni.ext@orange.com>
Date: Tue, 19 Jul 2016 11:01:11 +0200
Subject: [PATCH 1/1] Integrate expat 2.2 compatibility patch (issue 27369)
---
.SRCINFO | 6 ++++--
PKGBUILD | 11 ++++++++---
python-2.6-expat-2.2.patch | 11 +++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)